Re: [PATCH 3/3] usb: dwc3: Remove dev_err() on platform_get_irq() failure

2019-10-07 Thread Stephen Boyd
Quoting Hans de Goede (2019-10-05 14:04:49) > Since commit 7723f4c5ecdb ("driver core: platform: Add an error message to > platform_get_irq*()"), platform_get_irq() will call dev_err() itself on > failure, so there is no need for the driver to also do this. > > Signed-off-by: Hans de Goede > ---

Re: [PATCH 3/3] usb: dwc3: Remove dev_err() on platform_get_irq() failure

2019-10-06 Thread Felipe Balbi
Hi, Hans de Goede writes: > Since commit 7723f4c5ecdb ("driver core: platform: Add an error message to > platform_get_irq*()"), platform_get_irq() will call dev_err() itself on > failure, so there is no need for the driver to also do this. > > Signed-off-by: Hans de Goede Acked-by: Felipe

[PATCH 3/3] usb: dwc3: Remove dev_err() on platform_get_irq() failure

2019-10-05 Thread Hans de Goede
Since commit 7723f4c5ecdb ("driver core: platform: Add an error message to platform_get_irq*()"), platform_get_irq() will call dev_err() itself on failure, so there is no need for the driver to also do this. Signed-off-by: Hans de Goede --- drivers/usb/dwc3/drd.c| 3 ---