Re: [PATCH v2 3/4] tmp: use pdev for parent device in tpm_chip_alloc

2016-12-03 Thread Jarkko Sakkinen
On Sat, Dec 03, 2016 at 05:35:30PM +0200, Jarkko Sakkinen wrote: > On Wed, Nov 23, 2016 at 12:04:13PM +0200, Tomas Winkler wrote: > > The tpm stack uses pdev name convention for the parent device. > > Fix that also in tpm_chip_alloc(). > > Usually I'm not too fond for minor style fixes but in this

Re: [PATCH v2 3/4] tmp: use pdev for parent device in tpm_chip_alloc

2016-12-03 Thread Jarkko Sakkinen
On Wed, Nov 23, 2016 at 12:04:13PM +0200, Tomas Winkler wrote: > The tpm stack uses pdev name convention for the parent device. > Fix that also in tpm_chip_alloc(). Usually I'm not too fond for minor style fixes but in this case it improves the clarity. Reviewed-by: Jarkko Sakkinen /Jarkko >

[PATCH v2 3/4] tmp: use pdev for parent device in tpm_chip_alloc

2016-11-23 Thread Tomas Winkler
The tpm stack uses pdev name convention for the parent device. Fix that also in tpm_chip_alloc(). Fixes: 3897cd9c8d1d ("tpm: Split out the devm stuff from tpmm_chip_alloc")' Signed-off-by: Tomas Winkler --- V2: resend drivers/char/tpm/tpm-chip.c | 8 1 file changed, 4 insertions(+), 4 d