aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2016-08-01 06:11:36 +0000
committerMark Brown <[email protected]>2016-08-09 09:38:21 +0000
commit1e814030954015e42621191f3adc52df2241dc08 (patch)
tree1ed49c78eef84c25d5a44799a94ece3702757493 /scripts/gcc-plugins/cyc_complexity_plugin.c
parentASoC: lpass-platform: don't use snd_soc_pcm_set_drvdata() (diff)
downloadkernel-1e814030954015e42621191f3adc52df2241dc08.tar.gz
kernel-1e814030954015e42621191f3adc52df2241dc08.zip
ASoC: remove snd_soc_pcm_set/get_drvdata()
snd_soc_pcm_set_drvdata() will set driver data to rtd->dev, but driver data of rtd->dev is already used as "rtd" on soc_post_component_init(). static int soc_post_component_init(xxx) { ... dev_set_drvdata(rtd->dev, rtd); ... } To remove confusion, this patch removes snd_soc_pcm_set/get_drvdata(). Signed-off-by: Kuninori Morimoto <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions