Skip to content

Commit

Permalink
libata-sff: fix incorrect EH message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jan 26, 2009
1 parent f3b8436 commit 80ee6f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file removed arch/arm/mach-integrator/clock.h
Empty file.
2 changes: 1 addition & 1 deletion drivers/ata/libata-sff.c
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ int ata_sff_hsm_move(struct ata_port *ap, struct ata_queued_cmd *qc,
* 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;
Expand Down

0 comments on commit 80ee6f5

Please sign in to comment.