Re: [PATCH net v1] lan743x: fix use of uninitialized variable

2020-11-12 Thread Jakub Kicinski
On Thu, 12 Nov 2020 10:25:13 -0500 Sven Van Asbroeck wrote: > From: Sven Van Asbroeck > > When no devicetree is present, the driver will use an > uninitialized variable. > > Fix by initializing this variable. > > Fixes: 902a66e08cea ("lan743x: correctly handle chips with internal PHY") >

[PATCH net v1] lan743x: fix use of uninitialized variable

2020-11-12 Thread Sven Van Asbroeck
From: Sven Van Asbroeck When no devicetree is present, the driver will use an uninitialized variable. Fix by initializing this variable. Fixes: 902a66e08cea ("lan743x: correctly handle chips with internal PHY") Reported-by: kernel test robot Signed-off-by: Sven Van Asbroeck --- Tree: