aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-07-11 15:28:12 -0400
committerJeff Garzik <jeff@garzik.org>2006-07-16 11:48:28 -0400
commitf5beec49636bf8d5a34065c8ab030cd4ea84516f (patch)
treef287dd3c48776f653098bf74e6b85670a041c551 /drivers
parent73291a1cb68bb62be62a927a9d67fe417b3cfe35 (diff)
downloadlinux-f5beec49636bf8d5a34065c8ab030cd4ea84516f.tar.gz
[libata] ata_piix: correct 'invalid MAP value' typo-caused error
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/ata_piix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ata_piix.c b/drivers/scsi/ata_piix.c
index 474965a8c68a01..19745a31072b17 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 },