Re: [PATCH RESEND] tpm: migrate pubek_show to struct tpm_buf

2017-08-26 Thread Jarkko Sakkinen
On Sat, Aug 26, 2017 at 11:10:04AM +0300, Jarkko Sakkinen wrote: > On Fri, Aug 25, 2017 at 08:29:46PM +0300, 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.

Re: [PATCH RESEND] tpm: migrate pubek_show to struct tpm_buf

2017-08-26 Thread Jarkko Sakkinen
On Fri, Aug 25, 2017 at 08:29:46PM +0300, 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 RESEND] tpm: migrate pubek_show to struct tpm_buf

2017-08-25 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