Commit 23f108dc authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull tpm fix from Jarkko Sakkinen.

* tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
  tpm: Fix typo in tpmrm class definition
parents 847165d7 ea72883a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ const struct class tpm_class = {
	.shutdown_pre = tpm_class_shutdown,
};
const struct class tpmrm_class = {
	.name = "tmprm",
	.name = "tpmrm",
};
dev_t tpm_devt;