aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2015-03-07 19:35:08 +0100
committerMark Brown <broonie@kernel.org>2015-03-08 19:46:26 +0000
commit778952598e53f09251bebe1655177b355cd9e836 (patch)
treea64560dd8c18fbef97429e8e1403caade9ba9156 /sound/soc/soc-core.c
parentLinux 4.0-rc1 (diff)
downloadlinux-dev-778952598e53f09251bebe1655177b355cd9e836.tar.xz
linux-dev-778952598e53f09251bebe1655177b355cd9e836.zip
ASoC: Remove unnecessary device_remove_file()
Since commit d29697dc3b92 ("ASoC: Add sysfs entries via static attribute groups") the sysfs attributes of the rtd are manged by the device core and there is no need to manually call device_remove_file() anymore. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 30579ca5bacb..acf99f1250e5 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -1410,7 +1410,6 @@ static void soc_remove_aux_dev(struct snd_soc_card *card, int num)
/* unregister the rtd device */
if (rtd->dev_registered) {
- device_remove_file(rtd->dev, &dev_attr_codec_reg);
device_unregister(rtd->dev);
rtd->dev_registered = 0;
}