[PATCH v3 2/2] log: use BIT() instead of 1 <<

Simon Glass sjg at chromium.org
Wed Jun 17 01:31:47 CEST 2020


On Mon, 15 Jun 2020 at 13:24, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Use the BIT() macro when creating a bitmask for the logging fields.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> v3:
>         new patch
> ---
>  common/log_console.c | 14 +++++++-------
>  common/log_syslog.c  | 14 +++++++-------
>  2 files changed, 14 insertions(+), 14 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list