Re: [PATCH 52/82] usb: dwc3: host: extract dwc3_host_get_irq()

2016-11-01 Thread Felipe Balbi
Hi, Felipe Balbi writes: >>> int dwc3_host_init(struct dwc3 *dwc) >>> { >>> struct property_entry props[2]; >>> struct platform_device *xhci; >>> int ret, irq; >>> struct resource *res; >>> - struct platform_device *dwc3_pdev = to_platform_devic

Re: [PATCH 52/82] usb: dwc3: host: extract dwc3_host_get_irq()

2016-11-01 Thread Felipe Balbi
Hi, John Youn writes: > On 10/31/2016 3:51 AM, Felipe Balbi wrote: >> Cleanup only, no functional changes. >> >> Signed-off-by: Felipe Balbi >> --- >> drivers/usb/dwc3/host.c | 68 >> + >> 1 file changed, 35 insertions(+), 33 deletions(-) >> >

Re: [PATCH 52/82] usb: dwc3: host: extract dwc3_host_get_irq()

2016-10-31 Thread John Youn
On 10/31/2016 3:51 AM, Felipe Balbi wrote: > Cleanup only, no functional changes. > > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/host.c | 68 > + > 1 file changed, 35 insertions(+), 33 deletions(-) > > diff --git a/drivers/usb/dwc3/host

[PATCH 52/82] usb: dwc3: host: extract dwc3_host_get_irq()

2016-10-31 Thread Felipe Balbi
Cleanup only, no functional changes. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/host.c | 68 + 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c index f6533c68fed1..ed824647ead8