]> git.baikalelectronics.ru Git - kernel.git/commit
tpm/tpm_tis: remove unused itpm variable
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 7 Sep 2016 23:01:02 +0000 (02:01 +0300)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Thu, 15 Sep 2016 13:04:21 +0000 (16:04 +0300)
commite9c92d8a2d621e96cb3fad2a9a663cf449389393
treec8ba2830d1d4577121cac4aec2a9f6cbb262d738
parent6d336952bc2f34115ae56d90e821103ff7054409
tpm/tpm_tis: remove unused itpm variable

Fixes the warning:
drivers/char/tpm/tpm_tis_core.c:443:7: warning: variable ‘itpm’ set but
not used [-Wunused-but-set-variable]
  bool itpm;
       ^~~~

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/tpm_tis_core.c