commit | 70ea163699b68963e222a905e184f6436e8a290d | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Feb 03 13:30:40 2017 +0300 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Fri Feb 03 22:33:55 2017 +0200 |
tree | 80821aaaa0c0402158a769ad88c03d7437c3069c | |
parent | a118cf2a5b5a0d4541d04e8e8fcde8564803330c [diff] |
tpm: silence an array overflow warning We should check that we're within bounds first before checking that "chip->active_banks[i] != TPM2_ALG_ERROR" so I've re-ordered the two checks. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>