tpm2: Add fallthrough annotation to end of case statement (Coverity)

Add a fallthrough annotation to suppress a Coverity complaint.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2026-03-01 22:24:04 -05:00 committed by Stefan Berger
parent 712ab4d531
commit 9787502b16

View File

@ -443,6 +443,7 @@ TPM_RC NvDefineSpace(TPMI_RH_PROVISION authHandle,
// It is not allowed to create a PIN Index that can't be modified.
if(!IS_ATTRIBUTE(attributes, TPMA_NV, NO_DA))
return TPM_RCS_ATTRIBUTES + blamePublic;
/* fallthrough */
#endif
#ifdef TPM_NT_PIN_PASS
case TPM_NT_PIN_PASS: