Home
last modified time | relevance | path

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

/openbmc/qemu/hw/tpm/
H A Dtpm_tis_common.caadad398 Sat Mar 23 09:26:37 CDT 2019 Jafar Abdi <cafer.abdi@gmail.com> hw/tpm: fix usage of bool in tpm-tis.c

Clean up wrong usage of FALSE and TRUE in places that use "bool" from stdbool.h.

FALSE and TRUE (with capital letters) are the constants defined by glib for
being used with the "gboolean" type of glib. But some parts of the code also use
TRUE and FALSE for variables that are declared as "bool" (the type from <stdbool.h>).

Signed-off-by: Jafar Abdi <cafer.abdi@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>