lkml.org 
[lkml]   [2013]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Date
    Subject[PATCH 3.2 79/87] ASoC: dapm: Fix source list debugfs outputs
    3.2.53-rc1 review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Takashi Iwai <tiwai@suse.de>

    commit ff18620c2157671a8ee21ebb8e6a3520ea209b1f upstream.

    ... due to a copy & paste error.

    Spotted by coverity CID 710923.

    Signed-off-by: Takashi Iwai <tiwai@suse.de>
    Signed-off-by: Mark Brown <broonie@linaro.org>
    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    ---
    sound/soc/soc-dapm.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/sound/soc/soc-dapm.c
    +++ b/sound/soc/soc-dapm.c
    @@ -1523,7 +1523,7 @@ static ssize_t dapm_widget_power_read_fi
    w->active ? "active" : "inactive");

    list_for_each_entry(p, &w->sources, list_sink) {
    - if (p->connected && !p->connected(w, p->sink))
    + if (p->connected && !p->connected(w, p->source))
    continue;

    if (p->connect)


    \
     
     \ /
      Last update: 2013-11-25 15:41    [W:2.981 / U:0.580 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site