From 34d21e3f399729ca7c89636207fe41c481d99352 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 30 Mar 2015 13:43:38 -0300 Subject: [PATCH] net: smc91x: Remove an unused variable MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-format-patch failed