From: Tina Johnson Date: Sun, 14 Sep 2014 13:06:38 +0000 (+0530) Subject: Staging: lustre: lustre: mdc: mdc_request: Removed useless variable X-Git-Tag: fixes-for-v3.18-merge-window~15^2~441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb9671261d02fa322f0b77a30442198ff05e564c;p=pandora-kernel.git Staging: lustre: lustre: mdc: mdc_request: Removed useless variable Variable rc is initialised and returned by the function without modifying. Hence replaced rc with it's initial value in the return statement and removed the variable. Signed-off-by: Tina Johnson Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed