Commit f5beec49 authored by Jeff Garzik's avatar Jeff Garzik

[libata] ata_piix: correct 'invalid MAP value' typo-caused error

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 73291a1c
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment