The patch titled net: smc91x add missing bracket has been removed from the -mm tree. Its filename was net-smc91x-add-missing-bracket.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: net: smc91x add missing bracket From: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Mariusz Kozlowski <m.kozlowski@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/smc91x.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/smc91x.h~net-smc91x-add-missing-bracket drivers/net/smc91x.h --- a/drivers/net/smc91x.h~net-smc91x-add-missing-bracket +++ a/drivers/net/smc91x.h @@ -238,7 +238,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, #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)) _ Patches currently in -mm which might be from m.kozlowski@xxxxxxxxxx are origin.patch ppc-cs4218_tdm-remove-extra-brace.patch fix2-gregkh-driver-modules-state.patch mips-dbg_io-stray-brackets-fix.patch git-mtd.patch git-netdev-all.patch scsi-sic7xxx-stray-bracket-fix.patch scsi-53c7xx-brackets-fix.patch sparc64-dma-remove-extra-brackets.patch h8300-stray-bracket-fix.patch i2lib-unused-variable-cleanup.patch make-1-bit-bitfields-unsigned.patch char-ip2-remove-broken-macro.patch fs-ufs-add-missing-bracket.patch fs-reiserfs-add-missing-brackets.patch video-cyberfb-broken-macro-removal.patch video-neofb-stray-bracket-fix.patch video-pm3fb-macros-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html