hwmon: fix potential sensor registration fail if of_node is missing
authorPhinex Hung <phinex@realtek.com>
Tue, 21 Mar 2023 06:02:23 +0000 (14:02 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Mar 2023 10:47:51 +0000 (12:47 +0200)
commit5662f50cd9e93ab052a1b876c65d117e9c6e93a1
tree683b9045138785d32c0d9db16095db4107635957
parent8f6b943f9fc9f661431d45f68b6d41b2f1ff0a39
hwmon: fix potential sensor registration fail if of_node is missing

[ Upstream commit 2315332efcbe7124252f080e03b57d3d2f1f4771 ]

It is not sufficient to check of_node in current device.
In some cases, this would cause the sensor registration to fail.

This patch looks for device's ancestors to find a valid of_node if any.

Fixes: d560168b5d0f ("hwmon: (core) New hwmon registration API")
Signed-off-by: Phinex Hung <phinex@realtek.com>
Link: https://lore.kernel.org/r/20230321060224.3819-1-phinex@realtek.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hwmon/hwmon.c