git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a36261
)
[PATCH] libata: don't request sense if the port is frozen
author
Tejun Heo
<htejun@gmail.com>
Tue, 21 Nov 2006 01:40:51 +0000
(10:40 +0900)
committer
Tejun Heo
<htejun@gmail.com>
Sun, 3 Dec 2006 08:56:23 +0000
(17:56 +0900)
If EH command is issued to a frozen port, it fails with AC_ERR_SYSTEM.
libata used to request sense even when the port is frozen needlessly
adding AC_ERR_SYSTEM to err_mask. Don't do it.
Signed-off-by: Tejun Heo <htejun@gmail.com>
No differences found