Re: [patch] mdio-sun4i: oops in error handling in probe

2016-03-21 Thread David Miller
From: Dan Carpenter Date: Mon, 21 Mar 2016 12:02:31 +0300 > We could end up dereferencing an error pointer when we call > regulator_disable(). > > Fixes: 4bdcb1dd9feb ('net: Add MDIO bus driver for the Allwinner EMAC') > Signed-off-by: Dan Carpenter Applied, thanks Dan.

Re: [patch] mdio-sun4i: oops in error handling in probe

2016-03-21 Thread Chen-Yu Tsai
On Mon, Mar 21, 2016 at 5:02 PM, Dan Carpenter wrote: > We could end up dereferencing an error pointer when we call > regulator_disable(). > > Fixes: 4bdcb1dd9feb ('net: Add MDIO bus driver for the Allwinner EMAC') > Signed-off-by: Dan Carpenter Acked-by: Chen-Yu Tsai