mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
[PATCH] net: smc91x add missing bracket
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>
This commit is contained in:
parent
043d58064a
commit
59dc76a4e3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user