Home
last modified time | relevance | path

Searched hist:b9d0a85d6b2e76630cfd4c475ee3af4109bfd87a (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/char/tpm/eventlog/
H A Dtpm2.cdiff b9d0a85d6b2e76630cfd4c475ee3af4109bfd87a Wed Feb 20 09:25:38 CET 2019 Yue Haibing <yuehaibing@huawei.com> tpm: Fix the type of the return value in calc_tpm2_event_size()

calc_tpm2_event_size() has an invalid signature because
it returns a 'size_t' where as its signature says that
it returns 'int'.

Cc: <stable@vger.kernel.org>
Fixes: 4d23cc323cdb ("tpm: add securityfs support for TPM 2.0 firmware event log")
Suggested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: James Morris <james.morris@microsoft.com>