mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] input: imx_keypad: remove unused variable
@ 2014-09-12  9:59 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2014-09-12  9:59 UTC (permalink / raw)
  To: barebox

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/input/imx_keypad.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/imx_keypad.c b/drivers/input/imx_keypad.c
index afe93c3..f220d85 100644
--- a/drivers/input/imx_keypad.c
+++ b/drivers/input/imx_keypad.c
@@ -390,7 +390,7 @@ static int __init imx_keypad_probe(struct device_d *dev)
 	struct imx_keypad *keypad;
 	const struct matrix_keymap_data *keymap_data = dev->platform_data;
 	struct console_device *cdev;
-	int error, i;
+	int i;
 
 	if (!keymap_data) {
 		pr_err("no keymap defined\n");
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-12  9:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-12  9:59 [PATCH] input: imx_keypad: remove unused variable Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox