diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-11-12 15:46:01 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 12:21:46 -0800 |
commit | 034f58575982e473c808e501b5223274b14743c7 (patch) | |
tree | db9d57a0395e7abbe7048d0a7d81ac455ecd63e4 /block | |
parent | d722a51007f60d173262e176157e6d9c58ef2cd0 (diff) |
Staging: line6: fix printk formats
Fix printk format warnings in line6/pod.c; sizeof() is of type
size_t, so use %zu.
drivers/staging/line6/pod.c:581: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
drivers/staging/line6/pod.c:693: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions