USB2NET: SR9800: use %zu for size_t
authorJingoo Han <jg1.han@samsung.com>
Thu, 13 Feb 2014 07:09:58 +0000 (16:09 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 23:40:37 +0000 (18:40 -0500)
commit6726d971def461eded39cccce24d28f90a2e6df4
treef20d88f3c793b086a3ee5bb4df8a3fd89c3894c2
parent219e288e8900fac65211e0a23e2a1037fd521af1
USB2NET: SR9800: use %zu for size_t

Use %zu for size_t in order to avoid the following build
warning in printks.

drivers/net/usb/sr9800.c: In function 'sr9800_bind'
drivers/net/usb/sr9800.c:826:2: warning: format '%ld' expects argument of type 'long int' but argument 5 has type 'size_t'
[-Wformat]

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/sr9800.c
This page took 0.025651 seconds and 5 git commands to generate.