Fix coverity issue 'Uninitialized scalar variable"
authorYacov Simhony <ysimhony@gmail.com>
Sun, 21 Nov 2021 15:02:53 +0000 (17:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Nov 2021 14:27:00 +0000 (14:27 +0000)
commitac9f66ff04a983974cb33dd207a5fcb3e5356d90
tree2a55184ce097d4e96aece7129524083b60a585ae
parentbd4b827cec1d4eec7a916dc4da0ca65939f80f4b
Fix coverity issue 'Uninitialized scalar variable"

There are three boolean variable which were not initialized and later
being used in the code.

Signed-off-by: Yacov Simhony <ysimhony@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cadence/macb_main.c