]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit988ddc1ee8eb818223f08b7427bf57ed7af117da
tree03ab8c22ea836156735d683c9b02148a39d40b03
parent7dfd8540b6f04cf2a82b3dc65030d70e5d21d442
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