Commit cdabc1c8 authored by Mark Brown's avatar Mark Brown Committed by Samuel Ortiz

mfd: arizona: Remove unused variable

Left over as bitrot from previous changes.
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 9282a7b9
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment