Skip to content

Commit

Permalink
mfd: arizona: Remove unused variable
Browse files Browse the repository at this point in the history
Left over as bitrot from previous changes.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Sep 14, 2012
1 parent 9282a7b commit cdabc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/arizona-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cdabc1c

Please sign in to comment.