ata: fix wrong WARN_ON_ONCE
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 13 Jan 2009 09:38:36 +0000 (10:38 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 13 Jan 2009 15:34:59 +0000 (10:34 -0500)
This patch fixes a wrong WARN_ON that was triggered by 32bit PIO support:
WARNING: at drivers/ata/libata-sff.c:1017 ata_sff_hsm_move+0x45e/0x750()

__atapi_pio_bytes simply doesnt know enough to decide if there is a bug.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found