lkml.org 
[lkml]   [2020]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.7 316/376] power: supply: core: fix HWMON temperature labels
    Date
    From: Michał Mirosław <mirq-linux@rere.qmqm.pl>

    commit 6b20464ad9fb5fd76ef6f219ce62156aa9639dcc upstream.

    tempX_label files are swapped compared to what
    power_supply_hwmon_temp_to_property() uses. Make them match.

    Cc: stable@vger.kernel.org
    Fixes: e67d4dfc9ff1 ("power: supply: Add HWMON compatibility layer")
    Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
    Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/power/supply/power_supply_hwmon.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/power/supply/power_supply_hwmon.c
    +++ b/drivers/power/supply/power_supply_hwmon.c
    @@ -144,7 +144,7 @@ static int power_supply_hwmon_read_strin
    u32 attr, int channel,
    const char **str)
    {
    - *str = channel ? "temp" : "temp ambient";
    + *str = channel ? "temp ambient" : "temp";
    return 0;
    }


    \
     
     \ /
      Last update: 2020-06-19 17:55    [W:4.141 / U:0.184 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site