[libata] ata_piix: correct 'invalid MAP value' typo-caused error
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
73291a1cb6
commit
f5beec4963
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue