View | Details | Raw Unified | Return to bug 56591 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/thermal/thermal_core.c (-2 / +1 lines)
Lines 466-472 temp_show(struct device *dev, struct device_attribute *attr, char *buf) Link Here
466
466
467
	if (ret)
467
	if (ret)
468
		return ret;
468
		return ret;
469
469
	thermal_zone_device_update(tz);
470
	return sprintf(buf, "%ld\n", temperature);
470
	return sprintf(buf, "%ld\n", temperature);
471
}
471
}
472
472
473
- 

Return to bug 56591