* [PATCH] ASoC: tlv320aic31xx: Don't call kfree for memory allocated by devm_kzalloc
@ 2014-03-16 14:57 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2014-03-16 14:57 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood, Jyri Sarha
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
sound/soc/codecs/tlv320aic31xx.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index d3517a9..1953184 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -1248,14 +1248,6 @@ static int aic31xx_i2c_probe(struct i2c_client *i2c,
return ret;
}
-static int aic31xx_i2c_remove(struct i2c_client *i2c)
-{
- struct aic31xx_priv *aic31xx = dev_get_drvdata(&i2c->dev);
-
- kfree(aic31xx);
- return 0;
-}
-
static const struct i2c_device_id aic31xx_i2c_id[] = {
{ "tlv320aic310x", AIC3100 },
{ "tlv320aic311x", AIC3110 },
@@ -1274,7 +1266,6 @@ static struct i2c_driver aic31xx_i2c_driver = {
.of_match_table = of_match_ptr(tlv320aic31xx_of_match),
},
.probe = aic31xx_i2c_probe,
- .remove = (aic31xx_i2c_remove),
.id_table = aic31xx_i2c_id,
};
--
1.8.1.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-16 14:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-16 14:57 [PATCH] ASoC: tlv320aic31xx: Don't call kfree for memory allocated by devm_kzalloc Axel Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox