diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-14 17:14:02 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-14 17:14:02 +0200 |
commit | 065ca2a8c6ee601d990ea10efc71b861c5afc4fd (patch) | |
tree | b158f7026bdf08cbc2fdd7675568e76342af4336 /drivers/regulator | |
parent | 117e4e5bd9d47b89777dbf6b37a709dcfe59520f (diff) | |
parent | d4d8516624e1042d33011cf93b6e9c220a22c9f0 (diff) | |
download | linux-stable-065ca2a8c6ee601d990ea10efc71b861c5afc4fd.tar.gz linux-stable-065ca2a8c6ee601d990ea10efc71b861c5afc4fd.tar.bz2 linux-stable-065ca2a8c6ee601d990ea10efc71b861c5afc4fd.zip |
Merge back Intel thermal control material for 6.4-rc1.
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/max8973-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8973-regulator.c b/drivers/regulator/max8973-regulator.c index 7e00a45db26a..303426135276 100644 --- a/drivers/regulator/max8973-regulator.c +++ b/drivers/regulator/max8973-regulator.c @@ -436,7 +436,7 @@ static int max8973_init_dcdc(struct max8973_chip *max, static int max8973_thermal_read_temp(struct thermal_zone_device *tz, int *temp) { - struct max8973_chip *mchip = tz->devdata; + struct max8973_chip *mchip = thermal_zone_device_priv(tz); unsigned int val; int ret; |