Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tpm: missing tpm_chip_put in tpm_get_random()
Regression in 41ab999. Call to tpm_chip_put is missing. This will cause TPM device driver not to unload if tmp_get_random() is called. Cc: <stable@vger.kernel.org> # 3.7+ Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
- Loading branch information