From eb9671261d02fa322f0b77a30442198ff05e564c Mon Sep 17 00:00:00 2001 From: Tina Johnson Date: Sun, 14 Sep 2014 18:36:38 +0530 Subject: [PATCH] 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-format-patch failed