From: Jeff Garzik Date: Tue, 11 Jul 2006 19:28:12 +0000 (-0400) Subject: [libata] ata_piix: correct 'invalid MAP value' typo-caused error X-Git-Tag: v2.6.18-rc3~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5beec49636bf8d5a34065c8ab030cd4ea84516f;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [libata] ata_piix: correct 'invalid MAP value' typo-caused error Signed-off-by: Jeff Garzik --- diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c index 474965a..19745a3 100644 --- a/drivers/scsi/ata_piix.c +++ b/drivers/scsi/ata_piix.c @@ -342,7 +342,7 @@ static const struct piix_map_db ich8_map_db = { .present_shift = 8, .map = { /* PM PS SM SS MAP */ - { P0, RV, P1, RV }, /* 00b (hardwired) */ + { P0, NA, P1, NA }, /* 00b (hardwired) */ { RV, RV, RV, RV }, { RV, RV, RV, RV }, /* 10b (never) */ { RV, RV, RV, RV },