]> git.karo-electronics.de Git - linux-beck.git/commit
Fix compile warnings due to missing removal of a 'ret' variable
authorJens Axboe <jaxboe@fusionio.com>
Mon, 20 Dec 2010 08:15:19 +0000 (09:15 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 20 Dec 2010 08:15:19 +0000 (09:15 +0100)
commit3603b8eaccc8e41d3f355b3cadd662a3dd6699fd
tree7aaf66e8b6dceddd96ade80e451f09982fb2c977
parente61eb2e93fe86931d46831752a82dab25a5335ca
Fix compile warnings due to missing removal of a 'ret' variable

Commit a8adbe3 forgot to remove the return variable, kill it.

drivers/block/loop.c: In function 'lo_splice_actor':
drivers/block/loop.c:398: warning: unused variable 'ret'
[...]
fs/nfsd/vfs.c: In function 'nfsd_splice_actor':
fs/nfsd/vfs.c:848: warning: unused variable 'ret'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/loop.c
fs/nfsd/vfs.c