Re: [PATCH v5 08/21] tpm: factor out tpm1_get_random into tpm1-cmd.c

2018-10-01 Thread Jarkko Sakkinen
On Sat, Sep 29, 2018 at 01:30:22AM +0300, Tomas Winkler wrote: > Factor out get random implementation from tpm-interface.c > into tpm1_get_random function in tpm1-cmd.c. > No functional changes. > > Signed-off-by: Tomas Winkler > Reviewed-by: Jarkko Sakkine Reviewed-by: Jarkko Sakkinen Tested-

[PATCH v5 08/21] tpm: factor out tpm1_get_random into tpm1-cmd.c

2018-09-28 Thread Tomas Winkler
Factor out get random implementation from tpm-interface.c into tpm1_get_random function in tpm1-cmd.c. No functional changes. Signed-off-by: Tomas Winkler Reviewed-by: Jarkko Sakkine --- V2-V3: Rebase V4-V5: Resend drivers/char/tpm/tpm-interface.c | 58 +---