From: Jens Axboe Date: Mon, 20 Dec 2010 08:15:19 +0000 (+0100) Subject: Fix compile warnings due to missing removal of a 'ret' variable X-Git-Tag: v2.6.38-rc1~231^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3603b8eaccc8e41d3f355b3cadd662a3dd6699fd;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed