From: Randy Dunlap Date: Tue, 15 Sep 2009 21:52:40 +0000 (-0700) Subject: ssb/sdio: fix printk format warnings X-Git-Tag: v2.6.32-rc1~657^2~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de32cce132a9c96e1ba3fddc0c5a6d110af42ea4;p=pandora-kernel.git ssb/sdio: fix printk format warnings Fix printk format warnings: drivers/ssb/sdio.c:336: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'size_t' drivers/ssb/sdio.c:443: warning: format '%u' expects type 'unsigned int', but argument 7 has type 'size_t' Signed-off-by: Randy Dunlap Signed-off-by: John W. Linville --- Reading git-diff-tree failed