RE: [PATCH v2 30/46] phy: usbphyc: Fix not calling dev_err with a device

2020-09-16 Thread Patrick DELAUNAY
Hi Sean, > From: Sean Anderson > Sent: mardi 15 septembre 2020 16:45 > > Use the phy's device. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - New > > drivers/phy/phy-stm32-usbphyc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Patrick Delaunay Th

Re: [PATCH v2 30/46] phy: usbphyc: Fix not calling dev_err with a device

2020-09-16 Thread Patrice CHOTARD
Hi Sean On 9/15/20 4:45 PM, Sean Anderson wrote: > Use the phy's device. > > Signed-off-by: Sean Anderson > --- > > Changes in v2: > - New > > drivers/phy/phy-stm32-usbphyc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/phy/phy-stm32-usbphyc.c b/drivers/phy/ph

[PATCH v2 30/46] phy: usbphyc: Fix not calling dev_err with a device

2020-09-15 Thread Sean Anderson
Use the phy's device. Signed-off-by: Sean Anderson --- Changes in v2: - New drivers/phy/phy-stm32-usbphyc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/phy-stm32-usbphyc.c b/drivers/phy/phy-stm32-usbphyc.c index c6d3048602..9d4296d649 100644 --- a/drivers/ph