Re: [PATCH net-next] phylink: Fix an uninitialized variable bug

2017-08-17 Thread Russell King - ARM Linux
On Thu, Aug 10, 2017 at 05:21:12PM +0200, Andrew Lunn wrote: > On Thu, Aug 10, 2017 at 12:35:50AM +0300, Dan Carpenter wrote: > > "ret" isn't necessarily initialized here. > > > > Fixes: 9525ae83959b ("phylink: add phylink infrastructure") > > Signed-off-by: Dan Carpenter > > Reviewed-by: Andrew

Re: [PATCH net-next] phylink: Fix an uninitialized variable bug

2017-08-11 Thread David Miller
From: Dan Carpenter Date: Thu, 10 Aug 2017 00:35:50 +0300 > "ret" isn't necessarily initialized here. > > Fixes: 9525ae83959b ("phylink: add phylink infrastructure") > Signed-off-by: Dan Carpenter Applied, thanks Dan.

Re: [PATCH net-next] phylink: Fix an uninitialized variable bug

2017-08-10 Thread Andrew Lunn
On Thu, Aug 10, 2017 at 12:35:50AM +0300, Dan Carpenter wrote: > "ret" isn't necessarily initialized here. > > Fixes: 9525ae83959b ("phylink: add phylink infrastructure") > Signed-off-by: Dan Carpenter Reviewed-by: Andrew Lunn Andrew