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~27^2~11^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71702bc13efd3238e02197780d6e62c51c196a9d;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