]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (adt7475) Display smoothing attributes in correct order
authorTony O'Brien <tony.obrien@alliedtelesis.co.nz>
Wed, 22 Feb 2023 00:52:27 +0000 (13:52 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 12:33:51 +0000 (13:33 +0100)
commitee7e74fcd5fb3b482aaa920c6660488a178a81b6
tree8bdc02a4463bbe36080d02644ece18c09cd4399b
parent1d955fe5a747604ecae18d572fa0a0098405b03b
hwmon: (adt7475) Display smoothing attributes in correct order

[ Upstream commit 3680d08c5105f75f5e37221e88afb2dd2a1c3ba3 ]

Throughout the ADT7475 driver, attributes relating to the temperature
sensors are displayed in the order Remote 1, Local, Remote 2.  Make
temp_st_show() conform to this expectation so that values set by
temp_st_store() can be displayed using the correct attribute.

Fixes: 40d27340111a ("hwmon: (adt7475) temperature smoothing")
Signed-off-by: Tony O'Brien <tony.obrien@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20230222005228.158661-2-tony.obrien@alliedtelesis.co.nz
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/adt7475.c