projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
043d580
)
[PATCH] net: smc91x add missing bracket
author
Mariusz Kozlowski
<m.kozlowski@tuxland.pl>
Mon, 4 Dec 2006 23:04:56 +0000
(15:04 -0800)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 4 Dec 2006 23:36:03 +0000
(18:36 -0500)
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/smc91x.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/smc91x.h
b/drivers/net/smc91x.h
index d28adf2546c322364dfa019cbf5c09bb796b0035..9367c574477ad57d6c89b6f5d8141227eea0dd22 100644
(file)
--- a/
drivers/net/smc91x.h
+++ b/
drivers/net/smc91x.h
@@
-238,7
+238,7
@@
SMC_outw(u16 val, void __iomem *ioaddr, int reg)
#define SMC_CAN_USE_16BIT 1
#define SMC_CAN_USE_32BIT 0
-#define SMC_inb(a, r) inb((u32)a) + (r))
+#define SMC_inb(a, r) inb((
(
u32)a) + (r))
#define SMC_inw(a, r) inw(((u32)a) + (r))
#define SMC_outb(v, a, r) outb(v, ((u32)a) + (r))
#define SMC_outw(v, a, r) outw(v, ((u32)a) + (r))