commit | ea54763f8a7c51b9f8fcb14431812ae63fcbaf96 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Nov 17 12:06:21 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Sun Dec 03 17:56:24 2006 +0900 |
tree | 913b24b4f58cec489e9939f4afbfe51f82f237a9 | |
parent | f84e7e41e1b88547218a3c3b1eb528005e9afdb4 [diff] |
[PATCH] libata: move BMDMA host status recording from EH to interrupt handler For certain errors, interrupt handler alter BMDMA host status before entering EH (clears active and intr). Thus altered BMDMA host status value is recorded by BMDMA EH and reported to user. Move BMDMA host status recording from EH to interrupt handler. Signed-off-by: Tejun Heo <htejun@gmail.com>