commit | 5e23f3e9626b1bdc425f6351d10be28a57aae9c8 | [log] [tgz] |
---|---|---|
author | Alexander Beregalov <a.beregalov@gmail.com> | Thu May 21 15:44:46 2009 +0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jun 19 11:00:53 2009 -0700 |
tree | 52a9d0310fd9ba7b4b3ef8e4f64744362ea6adc9 | |
parent | c32a4e066c42b1b4bd7c472814bce09f16ff8202 [diff] |
Staging: cpc-usb: fix printk format warnings Fix this warnings: cpc-usb_drv.c:478: warning: format '%d' expects type 'int', but argument 4 has type 'size_t' cpc-usb_drv.c:1034: warning: format '%d' expects type 'int', but argument 3 has type 'long unsigned int' Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>