aboutsummaryrefslogtreecommitdiff
path: root/kernel/cpu_pm.c
diff options
context:
space:
mode:
authorGravatar KaiChieh Chuang <kaichieh.chuang@mediatek.com> 2018-02-05 13:00:00 +0800
committerGravatar Mark Brown <broonie@kernel.org> 2018-02-07 11:15:26 +0000
commit28735af3f59af8388ff5317f1faa3cf532af5dcf (patch)
tree5716acd7cd003434a607d96b9831df8de0612533 /kernel/cpu_pm.c
parentLinux 4.15-rc1 (diff)
downloadlinux-28735af3f59af8388ff5317f1faa3cf532af5dcf.tar.gz
linux-28735af3f59af8388ff5317f1faa3cf532af5dcf.tar.bz2
linux-28735af3f59af8388ff5317f1faa3cf532af5dcf.zip
ASoC: dapm: fix debugfs read using path->connected
This fix a bug in dapm_widget_power_read_file(), where it may sent opposite order of source/sink widget into the p->connected(). for example, static int connected_check(source, sink); {"w_sink", NULL, "w_source", connected_check} the dapm_widget_power_read_file() will query p->connected() in following case p->conneted("w_source", "w_sink") p->conneted("w_sink", "w_source") we should avoid the last case, since it's the wrong order (source/sink) as declared in snd_soc_dapm_route. Signed-off-by: KaiChieh Chuang <kaichieh.chuang@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'kernel/cpu_pm.c')
0 files changed, 0 insertions, 0 deletions