Staging: line6: fix printk formats
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 12 Nov 2009 23:46:01 +0000 (15:46 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 20:21:46 +0000 (12:21 -0800)
commit034f58575982e473c808e501b5223274b14743c7
treedb9d57a0395e7abbe7048d0a7d81ac455ecd63e4
parentd722a51007f60d173262e176157e6d9c58ef2cd0
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>
drivers/staging/line6/pod.c