]> xenbits.xensource.com Git - seabios.git/commit
csm: Don't check SMBios21Addr before calling copy_smbios_21()
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 10 Dec 2020 20:47:12 +0000 (15:47 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 18 Dec 2021 16:39:13 +0000 (11:39 -0500)
commit107391619a0dafd5900e8933e72dd6fdae97d2d1
treef1f2e9f8a0c1e1339d9ca54d5f1eafa5284738a1
parent4912bae2d14e9258f0c873aa09139bf73fc3ebb9
csm: Don't check SMBios21Addr before calling copy_smbios_21()

copy_smbios_21() already checks if SMBios21Addr is NULL, there's
no need to check it before calling the function.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
src/fw/csm.c