hwmon: (max6650) Switch to using the new API kobj_to_dev()
authorTian Tao <tiantao6@hisilicon.com>
Thu, 31 Dec 2020 01:03:41 +0000 (09:03 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 28 Jan 2021 01:44:18 +0000 (17:44 -0800)
commitf1fc688c65fd3abe058420c785276c81d4a9c66e
tree80cbbfed1b2aa32ec0189a3a52c79cb626769295
parentf0dc7cb6b4c9cd24a69f80423f6d7a03825b72e4
hwmon: (max6650) Switch to using the new API kobj_to_dev()

Switch to using the new API kobj_to_dev() to fix the below warnning:
drivers/hwmon/max6650.c:324:60-61: WARNING opportunity for
kobj_to_dev().

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Link: https://lore.kernel.org/r/1609376621-46463-1-git-send-email-tiantao6@hisilicon.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max6650.c