TPM: revert the list handling logic fixed in 398a1e7
Mimi reported thatafb5abc
reverts the fix in398a1e7
. This patch reverts it back. Fixes:afb5abc262
("tpm: two-phase chip management functions") Reported-by: Mimi Zohar <zohar@linux.vnet.ibm.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Acked-by: Peter Huewe <PeterHuewe@gmx.de>
This commit is contained in:
parent
eb8ed1eb9a
commit
b1a4144a69
|
@ -236,7 +236,7 @@ int tpm_chip_register(struct tpm_chip *chip)
|
|||
|
||||
/* Make the chip available. */
|
||||
spin_lock(&driver_lock);
|
||||
list_add_rcu(&chip->list, &tpm_chip_list);
|
||||
list_add_tail_rcu(&chip->list, &tpm_chip_list);
|
||||
spin_unlock(&driver_lock);
|
||||
|
||||
chip->flags |= TPM_CHIP_FLAG_REGISTERED;
|
||||
|
|
Loading…
Reference in New Issue