commit | eb5854e764b91a71106f159a4ac264ffed1eebf2 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Sun Jun 12 16:42:09 2016 +0300 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Thu Sep 15 16:04:21 2016 +0300 |
tree | 4d888861aa2e9211cfa7c1d92097f7cfb5a8f79d | |
parent | d4abd9565dd6da1ab2a402af77617d32949ed06c [diff] |
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() Since tpm_gen_interrupt() is only used in tpm_tis_core.c this commit replaces it with an internal tpm_tis_gen_interrupt(). The semantics also changed in a way that on a system error the driver initialization is failed. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>