Re: [PATCH] net: dsa: b53: check for timeout

2020-08-21 Thread David Miller
From: t...@redhat.com Date: Fri, 21 Aug 2020 06:56:00 -0700 > From: Tom Rix > > clang static analysis reports this problem > > b53_common.c:1583:13: warning: The left expression of the compound > assignment is an uninitialized value. The computed value will > also be garbage > ent.p

Re: [PATCH] net: dsa: b53: check for timeout

2020-08-21 Thread Florian Fainelli
On 8/21/2020 6:56 AM, t...@redhat.com wrote: From: Tom Rix clang static analysis reports this problem b53_common.c:1583:13: warning: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage ent.port &= ~BIT(port);

[PATCH] net: dsa: b53: check for timeout

2020-08-21 Thread trix
From: Tom Rix clang static analysis reports this problem b53_common.c:1583:13: warning: The left expression of the compound assignment is an uninitialized value. The computed value will also be garbage ent.port &= ~BIT(port); ^ ent is set by a successful call to b53