]> 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)
commitd2e782f3e599f88979ccbfb4e6f66ee3bf05e6a0
treeccebd35f7bb538a834491d7ceb8f2fd713e89499
parent1814f13eaee164c072a3f5026327a09f1167c22a
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: a9b5ed17caa0 ("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