diff options
-rw-r--r-- | drivers/ata/pata_pdc2027x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/ata/pata_pdc2027x.c b/drivers/ata/pata_pdc2027x.c index 82bfd51692f3..ffd8d33c6e0f 100644 --- a/drivers/ata/pata_pdc2027x.c +++ b/drivers/ata/pata_pdc2027x.c | |||
@@ -84,7 +84,7 @@ static int pdc2027x_set_mode(struct ata_link *link, struct ata_device **r_failed | |||
84 | */ | 84 | */ |
85 | static struct pdc2027x_pio_timing { | 85 | static struct pdc2027x_pio_timing { |
86 | u8 value0, value1, value2; | 86 | u8 value0, value1, value2; |
87 | } pdc2027x_pio_timing_tbl [] = { | 87 | } pdc2027x_pio_timing_tbl[] = { |
88 | { 0xfb, 0x2b, 0xac }, /* PIO mode 0 */ | 88 | { 0xfb, 0x2b, 0xac }, /* PIO mode 0 */ |
89 | { 0x46, 0x29, 0xa4 }, /* PIO mode 1 */ | 89 | { 0x46, 0x29, 0xa4 }, /* PIO mode 1 */ |
90 | { 0x23, 0x26, 0x64 }, /* PIO mode 2 */ | 90 | { 0x23, 0x26, 0x64 }, /* PIO mode 2 */ |
@@ -94,7 +94,7 @@ static struct pdc2027x_pio_timing { | |||
94 | 94 | ||
95 | static struct pdc2027x_mdma_timing { | 95 | static struct pdc2027x_mdma_timing { |
96 | u8 value0, value1; | 96 | u8 value0, value1; |
97 | } pdc2027x_mdma_timing_tbl [] = { | 97 | } pdc2027x_mdma_timing_tbl[] = { |
98 | { 0xdf, 0x5f }, /* MDMA mode 0 */ | 98 | { 0xdf, 0x5f }, /* MDMA mode 0 */ |
99 | { 0x6b, 0x27 }, /* MDMA mode 1 */ | 99 | { 0x6b, 0x27 }, /* MDMA mode 1 */ |
100 | { 0x69, 0x25 }, /* MDMA mode 2 */ | 100 | { 0x69, 0x25 }, /* MDMA mode 2 */ |
@@ -102,7 +102,7 @@ static struct pdc2027x_mdma_timing { | |||
102 | 102 | ||
103 | static struct pdc2027x_udma_timing { | 103 | static struct pdc2027x_udma_timing { |
104 | u8 value0, value1, value2; | 104 | u8 value0, value1, value2; |
105 | } pdc2027x_udma_timing_tbl [] = { | 105 | } pdc2027x_udma_timing_tbl[] = { |
106 | { 0x4a, 0x0f, 0xd5 }, /* UDMA mode 0 */ | 106 | { 0x4a, 0x0f, 0xd5 }, /* UDMA mode 0 */ |
107 | { 0x3a, 0x0a, 0xd0 }, /* UDMA mode 1 */ | 107 | { 0x3a, 0x0a, 0xd0 }, /* UDMA mode 1 */ |
108 | { 0x2a, 0x07, 0xcd }, /* UDMA mode 2 */ | 108 | { 0x2a, 0x07, 0xcd }, /* UDMA mode 2 */ |