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

2017-05-02 Thread Sergei Shtylyov
On 05/02/2017 07:50 PM, 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. Update the error message to explain we are defrering probe. Signed-off-by: Alexandre Bailon --- drivers/usb/musb/musb_cpp

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

2017-05-02 Thread Alexandre Bailon
On 05/01/2017 04:47 PM, Bin Liu wrote: Hi, On Fri, Apr 28, 2017 at 06:04:54PM +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. Update the error message to explain we are defrering probe.

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

2017-05-02 Thread Bin Liu
On Tue, May 02, 2017 at 08:07:44PM +0530, Sekhar Nori wrote: > On Tuesday 02 May 2017 06:24 PM, Bin Liu wrote: > > On Tue, May 02, 2017 at 11:21:54AM +0530, Sekhar Nori wrote: > >> Hi Alexandre, > >> > >> On Friday 28 April 2017 09:34 PM, Alexandre Bailon wrote: > >>> If dma_request_slave_channel()

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

2017-05-02 Thread Sekhar Nori
On Tuesday 02 May 2017 06:24 PM, Bin Liu wrote: > On Tue, May 02, 2017 at 11:21:54AM +0530, Sekhar Nori wrote: >> Hi Alexandre, >> >> On Friday 28 April 2017 09:34 PM, Alexandre Bailon wrote: >>> If dma_request_slave_channel() failed to return a channel, >>> then the driver will print an error and

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

2017-05-02 Thread Bin Liu
On Tue, May 02, 2017 at 11:21:54AM +0530, Sekhar Nori wrote: > Hi Alexandre, > > On Friday 28 April 2017 09:34 PM, 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. > > Update the error message

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

2017-05-01 Thread Sekhar Nori
Hi Alexandre, On Friday 28 April 2017 09:34 PM, 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. > Update the error message to explain we are defrering probe. > > Signed-off-by: Alexandre Bailon

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

2017-05-01 Thread Bin Liu
Hi, On Fri, Apr 28, 2017 at 06:04:54PM +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. > Update the error message to explain we are defrering probe. > > Signed-off-by: Alexandre Bailon >

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

2017-04-28 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. Update the error message to explain we are defrering probe. Signed-off-by: Alexandre Bailon --- drivers/usb/musb/musb_cppi41.c | 1 + 1 file changed, 1 insertion(+) diff --