Re: [SeaBIOS] [PATCH 2/8] tpm: No need to check the return status of measurements

2016-01-01 Thread Xu, Quan
On 31.12.2015 at 8:10am, wrote: > On 12/30/2015 02:31 PM, Kevin O'Connor wrote: > > The low-level measurement functions already handle error conditions, > > there is no need to check for the errors in the high level measurement > > functions. > > > > Signed-off-by:

[SeaBIOS] [PATCH 2/8] tpm: No need to check the return status of measurements

2015-12-30 Thread Kevin O'Connor
The low-level measurement functions already handle error conditions, there is no need to check for the errors in the high level measurement functions. Signed-off-by: Kevin O'Connor --- src/tcgbios.c | 119 -- 1 file

Re: [SeaBIOS] [PATCH 2/8] tpm: No need to check the return status of measurements

2015-12-30 Thread Stefan Berger
On 12/30/2015 02:31 PM, Kevin O'Connor wrote: The low-level measurement functions already handle error conditions, there is no need to check for the errors in the high level measurement functions. Signed-off-by: Kevin O'Connor --- @@ -507,7 +478,12 @@ tpm_setup(void)

Re: [SeaBIOS] [PATCH 2/8] tpm: No need to check the return status of measurements

2015-12-30 Thread Kevin O'Connor
On Wed, Dec 30, 2015 at 07:09:54PM -0500, Stefan Berger wrote: > On 12/30/2015 02:31 PM, Kevin O'Connor wrote: > >The low-level measurement functions already handle error conditions, > >there is no need to check for the errors in the high level measurement > >functions. > > > >Signed-off-by: Kevin