tpm: fix call order in tpm-chip.c
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Sun, 1 Mar 2015 21:55:47 +0000 (23:55 +0200)
committerPeter Huewe <peterhuewe@gmx.de>
Thu, 5 Mar 2015 22:41:46 +0000 (23:41 +0100)
commitd972b0523fa99358b2a0bafd85fe913b5d4b150a
tree2d519924db9816d6698476d31148d23dba95be78
parent6da2517ddb03cb12c6e8bbe449b5ed1b51878642
tpm: fix call order in tpm-chip.c

- tpm_dev_add_device(): cdev_add() must be done before uevent is
  propagated in order to avoid races.
- tpm_chip_register(): tpm_dev_add_device() must be done as the
  last step before exposing device to the user space in order to
  avoid races.

In addition clarified description in tpm_chip_register().

Fixes: 313d21eeab92 ("tpm: device class for tpm")
Fixes: afb5abc262e9 ("tpm: two-phase chip management functions")

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
drivers/char/tpm/tpm-chip.c