]> asedeno.scripts.mit.edu Git - linux.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)
commit56af322156dbe93b3fdc80ac4dff1fc93cb44825
treec8ba2830d1d4577121cac4aec2a9f6cbb262d738
parentf39a9e97d77cae603e70c78ac82c181f93455fd1
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