aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/tlv320dac33.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320dac33.c b/sound/soc/codecs/tlv320dac33.c
index 3eddaec728c1..54b2a0508a11 100644
--- a/sound/soc/codecs/tlv320dac33.c
+++ b/sound/soc/codecs/tlv320dac33.c
@@ -1584,6 +1584,7 @@ static int __devexit dac33_i2c_remove(struct i2c_client *client)
1584 if (dac33->irq >= 0) 1584 if (dac33->irq >= 0)
1585 free_irq(dac33->irq, &dac33->codec); 1585 free_irq(dac33->irq, &dac33->codec);
1586 1586
1587 regulator_bulk_disable(ARRAY_SIZE(dac33->supplies), dac33->supplies);
1587 regulator_bulk_free(ARRAY_SIZE(dac33->supplies), dac33->supplies); 1588 regulator_bulk_free(ARRAY_SIZE(dac33->supplies), dac33->supplies);
1588 1589
1589 destroy_workqueue(dac33->dac33_wq); 1590 destroy_workqueue(dac33->dac33_wq);