• Randy Dunlap's avatar
    wimax: fix printk format warnings · 2a304bb8
    Randy Dunlap authored
    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: default avatarRandy Dunlap <rdunlap@xenotime.net>
    Reported-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
    Cc:	Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
    Cc:	linux-wimax@intel.com
    Cc:	wimax@linuxwimax.org
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    2a304bb8
usb-fw.c 10.9 KB