Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75254557 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Jarkko Sakkinen
Browse files

tpm: fix for typo in tpm/tpm_ibmvtpm.c



Fixes: 28157164b056 ("tpm: Remove useless priv field in struct tpm_vendor_specific")
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
parent a6885a53
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -627,7 +627,7 @@ static int tpm_ibmvtpm_probe(struct vio_dev *vio_dev,


	crq_q->index = 0;
	crq_q->index = 0;


	dev_set_drvdata(&chip->dev, ibmvtpm)
	dev_set_drvdata(&chip->dev, ibmvtpm);


	spin_lock_init(&ibmvtpm->rtce_lock);
	spin_lock_init(&ibmvtpm->rtce_lock);