Skip to content

Commit 7525455

Browse files
sfrothwellJarkko Sakkinen
authored andcommitted
tpm: fix for typo in tpm/tpm_ibmvtpm.c
Fixes: 2815716 ("tpm: Remove useless priv field in struct tpm_vendor_specific") Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
1 parent a6885a5 commit 7525455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/tpm/tpm_ibmvtpm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ static int tpm_ibmvtpm_probe(struct vio_dev *vio_dev,
627627

628628
crq_q->index = 0;
629629

630-
dev_set_drvdata(&chip->dev, ibmvtpm)
630+
dev_set_drvdata(&chip->dev, ibmvtpm);
631631

632632
spin_lock_init(&ibmvtpm->rtce_lock);
633633

0 commit comments

Comments
 (0)