OSDN Git Service

hwmon: (ina3221) return prober error code
authorMarcus Folkesson <marcus.folkesson@gmail.com>
Fri, 10 Mar 2023 07:50:35 +0000 (08:50 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 12 Mar 2023 18:13:25 +0000 (11:13 -0700)
commitc93f5e2ab53243b17febabb9422a697017d3d49a
tree2f34cfb441686be16636a4f56fd29eebd3aae095
parentcb090e64cf25602b9adaf32d5dfc9c8bec493cd1
hwmon: (ina3221) return prober error code

ret is set to 0 which do not indicate an error.
Return -EINVAL instead.

Fixes: a9e9dd9c6de5 ("hwmon: (ina3221) Read channel input source info from DT")
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Link: https://lore.kernel.org/r/20230310075035.246083-1-marcus.folkesson@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ina3221.c