commit | de32cce132a9c96e1ba3fddc0c5a6d110af42ea4 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Tue Sep 15 14:52:40 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Sep 16 16:21:00 2009 -0400 |
tree | 873718996c653b67633b5ba2256503e3c0f37b0e | |
parent | f7f71173ea69d4dabf166533beffa9294090b7ef [diff] |
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 <randy.dunlap@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>