hwmon: (pmbus/mp2975) Correct comment inside 'mp2975_read_byte_data'
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Sat, 27 Jan 2024 15:48:44 +0000 (18:48 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Sat, 27 Jan 2024 16:03:18 +0000 (08:03 -0800)
commit915644189c22d9c93e9fee7c7c993b58e745bef7
tree96dc06c4cd7d9d1100dcc00406d32081c78d0997
parentc60fe56c169eb552113a4711db3a5f99e3acd4c1
hwmon: (pmbus/mp2975) Correct comment inside 'mp2975_read_byte_data'

The current driver code no longer perfrom internal conversion from
VID to direct. Instead it configures READ_VOUT using MFR_DC_LOOP_CTRL.
Correct the comment message inside the 'mp2975_read_byte_data'
function to match the driver logic.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Fixes: c60fe56c169e ("hwmon: (pmbus/mp2975) Fix driver initialization for MP2975 device")
Link: https://lore.kernel.org/r/20240127154844.989-1-aladyshev22@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/mp2975.c