projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fca377
)
sata_dwc_460ex: use ATA_PIO4
author
Sergei Shtylyov
<sshtylyov@ru.mvista.com>
Tue, 25 Jan 2011 16:27:35 +0000
(19:27 +0300)
committer
Jeff Garzik
<jgarzik@redhat.com>
Wed, 2 Mar 2011 07:36:45 +0000
(
02:36
-0500)
Somehow the driver was committed with a bare number for the PIO mask, instead
of ATA_PIO4...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_dwc_460ex.c
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_dwc_460ex.c
b/drivers/ata/sata_dwc_460ex.c
index
6cf57c5
..
d5d0125
100644
(file)
--- a/
drivers/ata/sata_dwc_460ex.c
+++ b/
drivers/ata/sata_dwc_460ex.c
@@
-1582,7
+1582,7
@@
static const struct ata_port_info sata_dwc_port_info[] = {
{
.flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY |
ATA_FLAG_MMIO | ATA_FLAG_NCQ,
- .pio_mask =
0x1f, /* pio 0-4 */
+ .pio_mask =
ATA_PIO4,
.udma_mask = ATA_UDMA6,
.port_ops = &sata_dwc_ops,
},