From: Randy Dunlap <rdunlap at xenotime.net> Date: Sat, 21 Jul 2012 13:54:35 -0700 > From: Randy Dunlap <rdunlap at xenotime.net> > > Fix printk format warnings in drivers/net/wimax/i2400m: > > drivers/net/wimax/i2400m/control.c: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'ssize_t' [-Wformat] > drivers/net/wimax/i2400m/control.c: warning: format '%zu' expects argument of type 'size_t', but argument 5 has type 'ssize_t' [-Wformat] > drivers/net/wimax/i2400m/usb-fw.c: warning: format '%zu' expects argument of type 'size_t', but argument 4 has type 'ssize_t' [-Wformat] > > I don't see these warnings on x86. The warnings that are quoted above > are from Geert's kernel build reports. > > Signed-off-by: Randy Dunlap <rdunlap at xenotime.net> > Reported-by: Geert Uytterhoeven <geert at linux-m68k.org> Applied, thanks Randy.