wimax: fix i2400m printk formats
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 12 Mar 2009 06:24:03 +0000 (23:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2009 06:24:03 +0000 (23:24 -0700)
commitff5e2b4732b8386d8354da2cdf7c146487f51736
tree03ab8c22ea836156735d683c9b02148a39d40b03
parentfc1ad92dfc4e363a055053746552cdb445ba5c57
wimax: fix i2400m printk formats

Fix printk format warnings:

drivers/net/wimax/i2400m/netdev.c:523: warning: format '%zu' expects type 'size_t', but argument 7 has type 'unsigned int'
drivers/net/wimax/i2400m/netdev.c:548: warning: format '%zu' expects type 'size_t', but argument 7 has type 'unsigned int'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wimax/i2400m/netdev.c