]> git.baikalelectronics.ru Git - kernel.git/commit
tpm: remove invalid min length check from tpm_do_selftest()
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tue, 4 Oct 2016 06:49:47 +0000 (09:49 +0300)
committerJames Morris <james.l.morris@oracle.com>
Mon, 31 Oct 2016 15:15:27 +0000 (09:15 -0600)
commit48a0428ebafdc1fb3c28b6e19e1ab03e6a803bcb
treeccebd35f7bb538a834491d7ceb8f2fd713e89499
parent9f67af0ed88ecb01c240b1d3bfabbf32c430e5e1
tpm: remove invalid min length check from tpm_do_selftest()

Removal of this check was not properly amended to the original commit.

Cc: stable@vger.kernel.org
Fixes: da0ff5e99044 ("tpm: use tpm_pcr_read_dev() in tpm_do_selftest()")
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
drivers/char/tpm/tpm-interface.c