Files
linux/drivers/char/tpm
Jarkko Sakkinen 158c0029a8 tpm: fix the cleanup of struct tpm_chip
commit 8e0ee3c9fa upstream.

If the initialization fails before tpm_chip_register(), put_device()
will be not called, which causes release callback not to be called.
This patch fixes the issue by adding put_device() to devres list of
the parent device.

Fixes: 313d21eeab ("tpm: device class for tpm")
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-04-12 09:08:47 -07:00
..
2007-08-22 19:52:44 -07:00
2015-01-17 14:00:09 +01:00
2015-01-17 14:00:10 +01:00
2015-10-19 01:01:21 +02:00
2015-10-19 01:01:21 +02:00