ASoC: arizona: Fix a wrong free in wm8997_probe
[linux-2.6-microblaze.git] / sound / soc / codecs / wm8997.c
index 37e4bb3..229f298 100644 (file)
@@ -1177,6 +1177,8 @@ static int wm8997_probe(struct platform_device *pdev)
                goto err_spk_irqs;
        }
 
+       return ret;
+
 err_spk_irqs:
        arizona_free_spk_irqs(arizona);