From: Fabio Estevam Date: Mon, 30 Mar 2015 16:43:38 +0000 (-0300) Subject: net: smc91x: Remove an unused variable X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d21e3f399729ca7c89636207fe41c481d99352;p=pandora-kernel.git net: smc91x: Remove an unused variable Commit cb6e0b3690f48dff ("net: smc91x: make use of 4th parameter to devm_gpiod_get_index") caused the following build warning: drivers/net/ethernet/smsc/smc91x.c:2208:6: warning: unused variable 'res' [-Wunused-variable] Remove the unused 'res' variable. Reported-by: Olof's autobuilder Signed-off-by: Fabio Estevam Acked-by: Uwe Kleine-König Signed-off-by: David S. Miller --- Reading git-diff-tree failed