diff options
author | Augusto Mecking Caringi <augustocaringi@gmail.com> | 2017-01-30 10:47:36 +0000 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2017-02-07 11:38:28 +0800 |
commit | da8c1c46f2082ce4a094812806d7eab3c17a4817 (patch) | |
tree | 0a725cc9864c3ba99d5bcb05decfe4d2b5f5f97f /init | |
parent | d5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c (diff) | |
download | lwn-da8c1c46f2082ce4a094812806d7eab3c17a4817.tar.gz lwn-da8c1c46f2082ce4a094812806d7eab3c17a4817.zip |
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>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions