]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix error check for ACPI_ID_PROBE in the TPM2.0 driver
authormw <mw@FreeBSD.org>
Fri, 14 Dec 2018 22:22:43 +0000 (22:22 +0000)
committermw <mw@FreeBSD.org>
Fri, 14 Dec 2018 22:22:43 +0000 (22:22 +0000)
commit9aa3cccd72766bdcac0d2a73eb143c1ca2795c4b
treebbe72805ed09b7824dd0411a98757ef66caf4b53
parent0c9d4f297bc40b20de906c048e4fd179eb606700
Fix error check for ACPI_ID_PROBE in the TPM2.0 driver

Updated API does not return pointer, so adjust the
TPM2.0 driver accordingly.

Reported by: jhb
Obtained from: Semihalf
Sponsored by: Stormshield
sys/dev/tpm/tpm_crb.c
sys/dev/tpm/tpm_tis.c