Re: [EXT] [PATCH v1 1/1] net/qede: fix redundant condition in debug code

2022-01-11 Thread Jerin Jacob
On Mon, Jan 10, 2022 at 2:13 PM Rasesh Mody wrote: > > > From: Anatoly Burakov > > Sent: Tuesday, November 30, 2021 10:29 PM > > > > External Email > > > > -- > > Expression "a && 1" is equivalent to just "a", so fix the accident

RE: [EXT] [PATCH v1 1/1] net/qede: fix redundant condition in debug code

2022-01-10 Thread Rasesh Mody
> From: Anatoly Burakov > Sent: Tuesday, November 30, 2021 10:29 PM > > External Email > > -- > Expression "a && 1" is equivalent to just "a", so fix the accidental > inclusion of > a literal in code. > > Cc: sta...@dpdk.org >