Re: [tpmdd-devel] [PATCH] tpm: fix rollback when adding char dev fails

2016-02-02 Thread Jason Gunthorpe
On Fri, Jan 29, 2016 at 04:28:14PM -0800, Jarkko Sakkinen wrote: > Fixed rollback and gave better names to the functions (more > self-documenting, less confusing). > > Fixes: d972b0523f ("tpm: fix call order in tpm-chip.c") > Signed-off-by: Jarkko Sakkinen > cc: sta...@vger.kernel.org > drivers/

[PATCH] tpm: fix rollback when adding char dev fails

2016-01-29 Thread Jarkko Sakkinen
Fixed rollback and gave better names to the functions (more self-documenting, less confusing). Fixes: d972b0523f ("tpm: fix call order in tpm-chip.c") Signed-off-by: Jarkko Sakkinen cc: sta...@vger.kernel.org --- drivers/char/tpm/tpm-chip.c | 10 +- 1 file changed, 5 insertions(+), 5 del