commit | b7bbf06c21aac5c91d3c7f73db291648232dfb39 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | Wed Oct 26 16:28:45 2016 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jan 06 10:40:17 2017 +0100 |
tree | ccb846d9781e8f2697a8261215c96e798137ee45 | |
parent | f726f4f411f9094a3901fb35985f070c0fdec5b2 [diff] |
tpm xen: Remove bogus tpm_chip_unregister commit 1f0f30e404b3d8f4597a2d9b77fba55452f8fd0e upstream. tpm_chip_unregister can only be called after tpm_chip_register. devm manages the allocation so no unwind is needed here. Fixes: afb5abc262e96 ("tpm: two-phase chip management functions") Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>