diff options
Diffstat (limited to 'drivers/thermal/x86_pkg_temp_thermal.c')
| -rw-r--r-- | drivers/thermal/x86_pkg_temp_thermal.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/thermal/x86_pkg_temp_thermal.c b/drivers/thermal/x86_pkg_temp_thermal.c index d93eee2f101b..1a6c88b10a39 100644 --- a/drivers/thermal/x86_pkg_temp_thermal.c +++ b/drivers/thermal/x86_pkg_temp_thermal.c @@ -96,12 +96,12 @@ static int pkg_temp_debugfs_init(void)  		return -ENOENT;  	d = debugfs_create_u32("pkg_thres_interrupt", S_IRUGO, debugfs, -				(u32 *)&pkg_interrupt_cnt); +			       &pkg_interrupt_cnt);  	if (!d)  		goto err_out;  	d = debugfs_create_u32("pkg_thres_work", S_IRUGO, debugfs, -				(u32 *)&pkg_work_cnt); +			       &pkg_work_cnt);  	if (!d)  		goto err_out; |