Re: [PATCH 2/2] tpm: migrate pubek_show to struct tpm_buf

2017-08-02 Thread Jarkko Sakkinen
On Tue, Jun 20, 2017 at 11:38:03AM +0200, Jarkko Sakkinen wrote: > Migrated pubek_show to struct tpm_buf and cleaned up its implementation. > Previously the output parameter structure was declared but left > completely unused. Now it is used to refer different fields of the > output. We can move it

[PATCH 2/2] tpm: migrate pubek_show to struct tpm_buf

2017-06-20 Thread Jarkko Sakkinen
Migrated pubek_show to struct tpm_buf and cleaned up its implementation. Previously the output parameter structure was declared but left completely unused. Now it is used to refer different fields of the output. We can move it to tpm-sysfs.c as it does not have any use outside of that file. Signed