ASoC: Remove unnecessary device_remove_file()
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 7 Mar 2015 18:35:08 +0000 (19:35 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 8 Mar 2015 19:46:26 +0000 (19:46 +0000)
commit778952598e53f09251bebe1655177b355cd9e836
treea64560dd8c18fbef97429e8e1403caade9ba9156
parentc517d838eb7d07bbe9507871fab3931deccff539
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>
sound/soc/soc-core.c
This page took 0.025241 seconds and 5 git commands to generate.