[PATCH v4 2/2] log: use BIT() instead of 1 <<
Simon Glass
sjg at chromium.org
Mon Jul 6 03:31:22 CEST 2020
Use the BIT() macro when creating a bitmask for the logging fields.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
v4:
no change
v3:
new patch
---
common/log_console.c | 14 +++++++-------
common/log_syslog.c | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list