From: Jingoo Han Date: Thu, 13 Feb 2014 07:09:58 +0000 (+0900) Subject: USB2NET: SR9800: use %zu for size_t X-Git-Tag: v3.14-rc4~30^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6726d971def461eded39cccce24d28f90a2e6df4;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed