On Sun, Jan 19, 2014 at 11:10 AM, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
arm/lpd270_defconfig: drivers/net/ethernet/smsc/smc91x.c: In function 'smc_rcv': drivers/net/ethernet/smsc/smc91x.c:490:3: warning: passing argument 5 of 'smc_pxa_dma_insw' from incompatible pointer type [enabled by default] drivers/net/ethernet/smsc/smc91x.h:423:1: note: expected 'u_char *' but argument is of type 'u16 *' Introduced by commit afb3df11f1c8925811a1087f2351b0738a3146a2 ("m68k: Atari EtherNAT warning fixes"). Remove two casts to fix this: - The first cast was in the !CONFIG_ATARI case, so it didn't matter for us anyway, - The second cast is for a pointer parameter we don't do arithmetic operations on, so it's also not needed. Reported-by: kbuild test robot <fengguang.wu@xxxxxxxxx> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
Applied to master, folded into "m68k/atari: EtherNAT - ethernet support (smc91x)" on m68k-queue. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html