]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: smbios_entr() use logical or for booleans
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 28 Jan 2024 10:24:21 +0000 (11:24 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Feb 2024 18:55:29 +0000 (19:55 +0100)
commit85e490b22e89890c99660a13131aaeae52b249dd
tree2aeab5166619f95928cbf979484752cb9e02540a
parent050a9b981d6a835133521b599be3ae189ce70f41
lib: smbios_entr() use logical or for booleans

As a matter of programming style use logical or to combine two boolean
results.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/smbios-parser.c