]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: bin.c printk fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 26 Apr 2007 07:12:10 +0000 (00:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 17:57:32 +0000 (10:57 -0700)
commit22f880f4b32b2796d4cd9ad01082f438f61c300d
tree62a76d522f988eabf6831d419037fa124e18ab39
parent87c9b404eba0a0221f250a149750abe2be151ee2
sysfs: bin.c printk fix

fs/sysfs/bin.c: In function 'read':
fs/sysfs/bin.c:77: warning: format '%zd' expects type 'signed size_t', but argument 4 has type 'int'

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/bin.c