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

2020-06-16 Thread Simon Glass
On Mon, 15 Jun 2020 at 13:24, Heinrich Schuchardt wrote: > > Use the BIT() macro when creating a bitmask for the logging fields. > > Signed-off-by: Heinrich Schuchardt > --- > v3: > new patch > --- > common/log_console.c | 14 +++--- > common/log_syslog.c | 14 +++--- >

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

2020-06-15 Thread Heinrich Schuchardt
Use the BIT() macro when creating a bitmask for the logging fields. Signed-off-by: Heinrich Schuchardt --- v3: new patch --- common/log_console.c | 14 +++--- common/log_syslog.c | 14 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/common/log_con