]> asedeno.scripts.mit.edu Git - linux.git/commit
thermal/intel_powerclamp: Remove set-but-not-used variables
authorAugusto Mecking Caringi <augustocaringi@gmail.com>
Mon, 30 Jan 2017 10:47:36 +0000 (10:47 +0000)
committerZhang Rui <rui.zhang@intel.com>
Tue, 7 Feb 2017 03:38:28 +0000 (11:38 +0800)
commitda8c1c46f2082ce4a094812806d7eab3c17a4817
tree0a725cc9864c3ba99d5bcb05decfe4d2b5f5f97f
parentd5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c
thermal/intel_powerclamp: Remove set-but-not-used variables

In poll_pkg_cstate() function, the variables jiffies_last and
jiffies_now are set but never used.

This has been detected by building the driver with W=1:

drivers/thermal/intel_powerclamp.c: In function ‘poll_pkg_cstate’:
drivers/thermal/intel_powerclamp.c:464:23: warning: variable
‘jiffies_last’ set but not used [-Wunused-but-set-variable]
static unsigned long jiffies_last;
                       ^

Signed-off-by: Augusto Mecking Caringi <augustocaringi@gmail.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/intel_powerclamp.c