Re: [PATCH] USB: MUSB: fail with error when no DMA controller set

2015-11-25 Thread Tony Lindgren
* Aaro Koskinen [151123 11:51]: > Fail with error when no DMA controller is set. > > Signed-off-by: Aaro Koskinen > --- > drivers/usb/musb/musb_core.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/musb/musb_core.c

[PATCH] USB: MUSB: fail with error when no DMA controller set

2015-11-23 Thread Aaro Koskinen
Fail with error when no DMA controller is set. Signed-off-by: Aaro Koskinen --- drivers/usb/musb/musb_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 18cfc0a..f8d3b40 100644 ---