aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2016-08-01 06:11:36 +0000
committerMark Brown <[email protected]>2016-08-09 10:38:21 +0100
commit1e814030954015e42621191f3adc52df2241dc08 (patch)
tree1ed49c78eef84c25d5a44799a94ece3702757493 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent6adcbdcd4b6e8301c3a4c61284e701f87de9a409 (diff)
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 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions