]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd670213f8cbbc5efd0ec2c05989b83da1f218d53
tree2a55184ce097d4e96aece7129524083b60a585ae
parent33762c4d9560a074114938b4db14e6510cb9e704
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