Skip to content
Commit ea54763f authored by Tejun Heo's avatar Tejun Heo
Browse files

[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: default avatarTejun Heo <htejun@gmail.com>
parent f84e7e41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment