Skip to content

Commit 6aaf663

Browse files
committed
tpm_tis: Opt-in interrupts
Cc: stable@vger.kernel.org # v6.4+ Link: https://lore.kernel.org/linux-integrity/CAHk-=whRVp4h8uWOX1YO+Y99+44u4s=XxMK4v00B6F1mOfqPLg@mail.gmail.com/ Fixes: e644b2f ("tpm, tpm_tis: Enable interrupt test") Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
1 parent 51e5e55 commit 6aaf663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/tpm/tpm_tis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static inline void tpm_tis_iowrite32(u32 b, void __iomem *iobase, u32 addr)
8989
tpm_tis_flush(iobase);
9090
}
9191

92-
static int interrupts = -1;
92+
static int interrupts;
9393
module_param(interrupts, int, 0444);
9494
MODULE_PARM_DESC(interrupts, "Enable interrupts");
9595

0 commit comments

Comments
 (0)