projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb3c2e
)
IDE: Coding Style fixes to drivers/ide/pci/jmicron.c
author
Paolo Ciarrocchi
<
[email protected]
>
Sat, 26 Apr 2008 15:36:40 +0000
(17:36 +0200)
committer
Bartlomiej Zolnierkiewicz
<
[email protected]
>
Sat, 26 Apr 2008 15:36:40 +0000
(17:36 +0200)
File is now error free.
Compile tested.
[bart: md5sum checked]
Signed-off-by: Paolo Ciarrocchi <
[email protected]
>
Signed-off-by: Bartlomiej Zolnierkiewicz <
[email protected]
>
drivers/ide/pci/jmicron.c
patch
|
blob
|
history
diff --git
a/drivers/ide/pci/jmicron.c
b/drivers/ide/pci/jmicron.c
index 440266fad98e5cf4304d297964185f45dcaebcf3..673f7dc8ba6534092766329319c43a8967ff4bec 100644
(file)
--- a/
drivers/ide/pci/jmicron.c
+++ b/
drivers/ide/pci/jmicron.c
@@
-63,8
+63,7
@@
static u8 __devinit ata66_jmicron(ide_hwif_t *hwif)
* actually do our cable checking etc. Thankfully we don't need
* to do the plumbing for other cases.
*/
- switch (port_map[port])
- {
+ switch (port_map[port]) {
case PORT_PATA0:
if (control & (1 << 3)) /* 40/80 pin primary */
return ATA_CBL_PATA40;