[PATCH] mfd: arizona: Remove unused variable

From: Mark Brown
Date: Fri Sep 07 2012 - 21:01:00 EST


Left over as bitrot from previous changes.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
---
drivers/mfd/arizona-irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/arizona-irq.c b/drivers/mfd/arizona-irq.c
index a062153..f7886c8 100644
--- a/drivers/mfd/arizona-irq.c
+++ b/drivers/mfd/arizona-irq.c
@@ -95,7 +95,7 @@ static irqreturn_t arizona_irq_thread(int irq, void *data)
{
struct arizona *arizona = data;
unsigned int val;
- int i, ret;
+ int ret;

ret = pm_runtime_get_sync(arizona->dev);
if (ret < 0) {
--
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/