diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-11 11:09:10 +0300 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-07-18 13:29:11 +0300 |
commit | 309dca51c902d10267bbb120a8a2f3efc3491728 (patch) | |
tree | 671ebddbc09636c48c1da027596c6e4a835fa33f /drivers/char | |
parent | e78fd3c3eead7cb71c4b3bbcefbaa26a9345c0ee (diff) | |
download | linux-309dca51c902d10267bbb120a8a2f3efc3491728.tar.xz |
platform/x86: intel_ips: remove redundant variables slope and offset
Variables slope and offset are being assigned but are never used hence
they are redundant and can be removed.
Cleans up clang warnings:
warning: variable 'slope' set but not used [-Wunused-but-set-variable]
warning: variable 'offset' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions