Re: [patch] phy: bcm-ns-usb2: checking the wrong variable

2016-05-10 Thread Rafał Miłecki
On 10 May 2016 at 10:01, Dan Carpenter wrote: > We intended to test "usb2->phy" here instead of "dev". > > Fixes: d3feb4067335 ('phy: bcm-ns-usb2: new driver for USB 2.0 PHY on > Northstar') > Signed-off-by: Dan Carpenter Thanks!

[patch] phy: bcm-ns-usb2: checking the wrong variable

2016-05-10 Thread Dan Carpenter
We intended to test "usb2->phy" here instead of "dev". Fixes: d3feb4067335 ('phy: bcm-ns-usb2: new driver for USB 2.0 PHY on Northstar') Signed-off-by: Dan Carpenter diff --git a/drivers/phy/phy-bcm-ns-usb2.c b/drivers/phy/phy-bcm-ns-usb2.c index 95ab6b2..58dff80 100644 --- a/drivers/phy/phy-bc