libata-sff: fix incorrect EH message
authorTejun Heo <tj@kernel.org>
Fri, 23 Jan 2009 05:12:59 +0000 (14:12 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 26 Jan 2009 11:36:16 +0000 (06:36 -0500)
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>
arch/arm/mach-integrator/clock.h [deleted file]
drivers/ata/libata-sff.c

diff --git a/arch/arm/mach-integrator/clock.h b/arch/arm/mach-integrator/clock.h
deleted file mode 100644 (file)
index e69de29..0000000
index 5a4aad1..0a8567c 100644 (file)
@@ -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;