Re: [patch] usb: dwc3: make dwc3_get_device_id() return the id

2012-02-05 Thread Felipe Balbi
On Sat, Feb 04, 2012 at 04:37:14PM +0300, Dan Carpenter wrote: > We always return zero instead of the id we found. > > Signed-off-by: Dan Carpenter Applied, thanks > --- > I don't have this hardware so it's not tested. This one is so obvious that I can't even believe we haven't seen that befor

[patch] usb: dwc3: make dwc3_get_device_id() return the id

2012-02-04 Thread Dan Carpenter
We always return zero instead of the id we found. Signed-off-by: Dan Carpenter --- I don't have this hardware so it's not tested. diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index 7c9df63..73df745 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c @@ -86,7 +86,