summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
diff options
context:
space:
mode:
authorJason Gunthorpe2016-07-19 22:38:55 +0200
committerJarkko Sakkinen2016-09-15 15:04:21 +0200
commit09dd7703753f6fdd68b184de65b720b040dd1721 (patch)
tree30109890a557b985d29c31dd767efcebd04b22c6 /drivers/char/tpm
parenttpm: fix a race condition in tpm2_unseal_trusted() (diff)
downloadkernel-qcow2-linux-09dd7703753f6fdd68b184de65b720b040dd1721.tar.gz
kernel-qcow2-linux-09dd7703753f6fdd68b184de65b720b040dd1721.tar.xz
kernel-qcow2-linux-09dd7703753f6fdd68b184de65b720b040dd1721.zip
tpm/st33zp24: Remove useless tpm_gen_interrupt
This function should only be called as part of an IRQ probing protocol and st33 does not have any code to detect that the IRQ it tries to generate was not generated and disable the IRQ. Since st33 is primarily a DT binding driver it should not be doing IRQ probing anyhow, so let us just delete this useless call. Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r--drivers/char/tpm/st33zp24/st33zp24.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/tpm/st33zp24/st33zp24.c b/drivers/char/tpm/st33zp24/st33zp24.c
index c2ee30451e41..6f060c76217b 100644
--- a/drivers/char/tpm/st33zp24/st33zp24.c
+++ b/drivers/char/tpm/st33zp24/st33zp24.c
@@ -589,8 +589,6 @@ int st33zp24_probe(void *phy_id, const struct st33zp24_phy_ops *ops,
chip->flags |= TPM_CHIP_FLAG_IRQ;
disable_irq_nosync(tpm_dev->irq);
-
- tpm_gen_interrupt(chip);
}
return tpm_chip_register(chip);