Re: [PATCH] usb: musb: cppi: fix build errors due to DBG and missing musb variable

2011-08-03 Thread Per Forlin
On 3 August 2011 15:43, Felipe Balbi wrote: > Hi, > > On Wed, Aug 03, 2011 at 03:39:15PM +0200, Per Forlin wrote: >> From: Per Forlin >> >> Replace DBG with dev_dbg add fix invalid access of musb->controller. >> With this patch cppi_dma builds successfully. >> >> Signed-off-by: Per Forlin >> Cc:

Re: [PATCH] usb: musb: cppi: fix build errors due to DBG and missing musb variable

2011-08-03 Thread Felipe Balbi
Hi, On Wed, Aug 03, 2011 at 03:39:15PM +0200, Per Forlin wrote: > From: Per Forlin > > Replace DBG with dev_dbg add fix invalid access of musb->controller. > With this patch cppi_dma builds successfully. > > Signed-off-by: Per Forlin > Cc: applied, thanks -- balbi signature.asc Descripti

[PATCH] usb: musb: cppi: fix build errors due to DBG and missing musb variable

2011-08-03 Thread Per Forlin
From: Per Forlin Replace DBG with dev_dbg add fix invalid access of musb->controller. With this patch cppi_dma builds successfully. Signed-off-by: Per Forlin Cc: --- drivers/usb/musb/cppi_dma.c | 26 +- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/