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
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.
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()
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
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
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
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
>
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 --