]> git.dujemihanovic.xyz Git - u-boot.git/commit
log: use BIT() instead of 1 <<
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 17 Jun 2020 19:52:45 +0000 (21:52 +0200)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:57:22 +0000 (18:57 -0600)
commitdde173a204e14a243855ce5414820d61bcc80539
tree77d64e4efc9db065d96d0a66746aaab441870c9f
parent3c21d7738a793bb7713df5ac4de434c680fa249f
log: use BIT() instead of 1 <<

Use the BIT() macro when creating a bitmask for the logging fields.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/log_console.c
common/log_syslog.c