From: Lothar Wassmann Date: Fri, 15 Jan 2010 13:04:55 +0000 (-0500) Subject: USB: isp1362: better 64bit printf warning fixes X-Git-Tag: v2.6.33-rc5~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b85179b464cc80d85b5c602af119d1dd6d50bb;p=pandora-kernel.git USB: isp1362: better 64bit printf warning fixes Some hosts that treat the return value of sizeof differently from unsigned long might still hit warnings. So use %zu for sizeof() values. This is a better version of the previous commit b0a9cf297e58721933. Signed-off-by: Lothar Wassmann Signed-off-by: Mike Frysinger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed