tpm/st33zp24: Remove useless tpm_gen_interrupt
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Tue, 19 Jul 2016 20:38:55 +0000 (14:38 -0600)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Thu, 15 Sep 2016 13:04:21 +0000 (16:04 +0300)
commit09dd7703753f6fdd68b184de65b720b040dd1721
tree30109890a557b985d29c31dd767efcebd04b22c6
parentd4816edfe706497a8525480c1685ceb9871bc118
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>
drivers/char/tpm/st33zp24/st33zp24.c