summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-sff.c
diff options
context:
space:
mode:
authorTejun Heo2009-01-23 06:12:59 +0100
committerJeff Garzik2009-01-26 12:36:16 +0100
commit80ee6f54f51ffc623843dd8955248d4fab064b99 (patch)
treeb2877a2e9b8ad8177f5c740ea6aea94888e421db /drivers/ata/libata-sff.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... (diff)
downloadkernel-qcow2-linux-80ee6f54f51ffc623843dd8955248d4fab064b99.tar.gz
kernel-qcow2-linux-80ee6f54f51ffc623843dd8955248d4fab064b99.tar.xz
kernel-qcow2-linux-80ee6f54f51ffc623843dd8955248d4fab064b99.zip
libata-sff: fix incorrect EH message
The EH message for NODEV_HINT path was describing the opposite condition. Fix it. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/libata-sff.c')
-rw-r--r--drivers/ata/libata-sff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c
index 5a4aad123c42..0a8567c48d97 100644
--- a/drivers/ata/libata-sff.c
+++ b/drivers/ata/libata-sff.c
@@ -1322,7 +1322,7 @@ fsm_start:
* condition. Mark hint.
*/
ata_ehi_push_desc(ehi, "ST-ATA: "
- "DRQ=1 with device error, "
+ "DRQ=0 without device error, "
"dev_stat 0x%X", status);
qc->err_mask |= AC_ERR_HSM |
AC_ERR_NODEV_HINT;