Преглед изворни кода

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>
Tejun Heo пре 16 година
родитељ
комит
80ee6f54f5
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 0 0
      arch/arm/mach-integrator/clock.h
  2. 1 1
      drivers/ata/libata-sff.c

+ 0 - 0
arch/arm/mach-integrator/clock.h


+ 1 - 1
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;