projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73291a1
)
[libata] ata_piix: correct 'invalid MAP value' typo-caused error
author
Jeff Garzik
<jeff@garzik.org>
Tue, 11 Jul 2006 19:28:12 +0000
(15:28 -0400)
committer
Jeff Garzik
<jeff@garzik.org>
Sun, 16 Jul 2006 15:48:28 +0000
(11:48 -0400)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/ata_piix.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/ata_piix.c
b/drivers/scsi/ata_piix.c
index 474965a8c68a016f0467af7a0f72f3514cbe013d..19745a31072b17e2be64a3e432fe0940effb004a 100644
(file)
--- 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 },