Re: [PATCH v3] usb: musb: musb_cppi41: Update an error message

2017-05-19 Thread Johan Hovold
On Fri, May 19, 2017 at 03:27:47PM +0200, Alexandre Bailon wrote: > If dma_request_slave_channel() failed to return a channel, > then the driver will print an error and request to defer probe, > regardless of the cause of the failure. > Defer if the DMA is not ready yet otherwise print an error. T

[PATCH v3] usb: musb: musb_cppi41: Update an error message

2017-05-19 Thread Alexandre Bailon
If dma_request_slave_channel() failed to return a channel, then the driver will print an error and request to defer probe, regardless of the cause of the failure. Defer if the DMA is not ready yet otherwise print an error. Signed-off-by: Alexandre Bailon --- drivers/usb/musb/musb_cppi41.c | 10 +