diff --git a/[refs] b/[refs] index 6976aaa53ad3..66cf59821250 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 043d58064ac6556a3abd3a74201831f3e9a5b6e8 +refs/heads/master: 59dc76a4e3bed66f5be474dcdc81cc39c7290cec diff --git a/trunk/drivers/net/smc91x.h b/trunk/drivers/net/smc91x.h index d28adf2546c3..9367c574477a 100644 --- a/trunk/drivers/net/smc91x.h +++ b/trunk/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))