]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hwmon: (gpd-fan) Fix return value when platform_get_resource() fails
authorHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Fri, 10 Oct 2025 20:43:59 +0000 (13:43 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 20 Oct 2025 01:56:14 +0000 (18:56 -0700)
commitab0fd09d25e1d706e1ffc240f5cf66dcc89eeb49
tree3cd9560dab250b630969cfd0776b25d2747ed654
parent41de7440e6a00b8e70a068c50e3fba2f56302e8a
hwmon: (gpd-fan) Fix return value when platform_get_resource() fails

When platform_get_resource() fails it returns NULL and not an error
pointer, accordingly change the error handling.

Fixes: 0ab88e239439 ("hwmon: add GPD devices sensor driver")
Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Link: https://lore.kernel.org/r/20251010204359.94300-1-harshit.m.mogalapalli@oracle.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/gpd-fan.c