hwmon: (ina2xx) make regulator 'vs' support optional
authorCiprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
Wed, 9 Apr 2025 07:45:29 +0000 (10:45 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Apr 2025 14:18:27 +0000 (07:18 -0700)
commit9b116ba6c9eb9d3b33de0363fafdc5941116f029
treeecbba67e1b9eabe2a2f6c91b62863829656b4df0
parent0bf08f9e358d33a8972cdb3d698079f5d768d7ed
hwmon: (ina2xx) make regulator 'vs' support optional

According to the 'ti,ina2xx' binding, the 'vs-supply' property is
optional. Use devm_regulator_get_enable_optional() to avoid a kernel
warning message if the property is not provided.

Co-developed-by: Florin Buica <florin.buica@nxp.com>
Tested-by: Enric Balletbo i Serra <eballetbo@kernel.org>
Signed-off-by: Florin Buica <florin.buica@nxp.com>
Signed-off-by: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
Link: https://lore.kernel.org/r/20250409074529.2233733-1-ciprianmarian.costea@oss.nxp.com
[groeck: Use standard multi-line comment]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ina2xx.c