aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorChuansheng Liu <chuansheng.liu@intel.com>2012-12-26 00:57:32 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-12-27 16:14:43 +0000
commitd3bf1561253383a3dbcc40afdb2b039d56093a3e (patch)
tree697ee9b31a828ea02ff3d93e93e9c876bb802633 /fs/dcache.c
parent865df9cb122d9e5ecbbb7056f2c9c64933bf8dd0 (diff)
ASoC: core: fix the memory leak in case of remove_aux_dev()
When probing aux_dev, initializing is as below: device_initialize() device_add() So when remove aux_dev, we need do as below: device_del() device_put() Otherwise, the rtd_release() will not be called. So here using device_unregister() to replace device_del(), like the action in soc_remove_link_dais(). Signed-off-by: liu chuansheng <chuansheng.liu@intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions