diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-05-08 11:37:26 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 21:03:19 +0200 |
commit | 215d06780d13fd7de629b02b61b7b7bf88ce5039 (patch) | |
tree | 93442b82b26ec08426938404f55fc2fd65f18da5 /drivers/hwmon/ams/ams-i2c.c | |
parent | Merge git://oss.sgi.com:8090/xfs/xfs-2.6 (diff) | |
download | linux-215d06780d13fd7de629b02b61b7b7bf88ce5039.tar.xz linux-215d06780d13fd7de629b02b61b7b7bf88ce5039.zip |
Fix sunrpc warning noise
Commit c5a4dd8b7c15927a8fbff83171b57cad675a79b9 introduced the following
compiler warnings:
net/sunrpc/sched.c:766: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
net/sunrpc/sched.c:785: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'size_t'
- Use %zu to format size_t
- Kill 2 useless casts
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/hwmon/ams/ams-i2c.c')
0 files changed, 0 insertions, 0 deletions