|
@@ -159,7 +159,7 @@ int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)
|
|
|
|
|
|
INIT_LIST_HEAD(&hwmon->tz_list);
|
|
INIT_LIST_HEAD(&hwmon->tz_list);
|
|
strlcpy(hwmon->type, tz->type, THERMAL_NAME_LENGTH);
|
|
strlcpy(hwmon->type, tz->type, THERMAL_NAME_LENGTH);
|
|
- hwmon->device = hwmon_device_register(NULL);
|
|
|
|
|
|
+ hwmon->device = hwmon_device_register(&tz->device);
|
|
if (IS_ERR(hwmon->device)) {
|
|
if (IS_ERR(hwmon->device)) {
|
|
result = PTR_ERR(hwmon->device);
|
|
result = PTR_ERR(hwmon->device);
|
|
goto free_mem;
|
|
goto free_mem;
|