hwmon: (coretemp) Remove redundant temp_data->is_pkg_data
authorZhang Rui <rui.zhang@intel.com>
Fri, 2 Feb 2024 09:21:43 +0000 (17:21 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 25 Feb 2024 20:37:37 +0000 (12:37 -0800)
commit18b24a5f9ca3f180f0be72b98f170f043a5d8961
treebd1c42e261de7c5fb59d66bed39906a29fd26930
parent326241f71f3d8de3c62236b559ce3f2f201aec4d
hwmon: (coretemp) Remove redundant temp_data->is_pkg_data

temp_data->index saves the index in pdata->core_data[]. It is not used
by package temp_data.

Use temp_data->index as the indicator of package temp_data and remove
redundant temp_data->is_pkg_data.

No functional change.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Link: https://lore.kernel.org/r/20240202092144.71180-11-rui.zhang@intel.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/coretemp.c