Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Felipe Balbi
On Wed, Aug 03, 2011 at 03:27:28PM +0200, Per Förlin wrote: > On 08/03/2011 03:17 PM, Felipe Balbi wrote: > > On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: > >> From: Per Forlin > >> > >> ux500_dma.c fail to compile becase DBG has been removed from musb_debug. > >> Use dev_dbg for al

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Per Förlin
On 08/03/2011 03:17 PM, Felipe Balbi wrote: > On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: >> From: Per Forlin >> >> ux500_dma.c fail to compile becase DBG has been removed from musb_debug. >> Use dev_dbg for all prints. >> >> Signed-off-by: Per Forlin >> Acked-by: Mian Yousaf Kauk

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Felipe Balbi
On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: > From: Per Forlin > > ux500_dma.c fail to compile becase DBG has been removed from musb_debug. > Use dev_dbg for all prints. > > Signed-off-by: Per Forlin > Acked-by: Mian Yousaf Kaukab applied, thanks. Let me know if this should go

Re: [PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Felipe Balbi
Hi, On Wed, Aug 03, 2011 at 02:22:17PM +0200, Per Forlin wrote: > From: Per Forlin > > ux500_dma.c fail to compile becase DBG has been removed from musb_debug. > Use dev_dbg for all prints. > > Signed-off-by: Per Forlin > Acked-by: Mian Yousaf Kaukab does this affect any stable release ? --

[PATCH] usb: musb: ux500: replace missing DBG with dev_dbg

2011-08-03 Thread Per Forlin
From: Per Forlin ux500_dma.c fail to compile becase DBG has been removed from musb_debug. Use dev_dbg for all prints. Signed-off-by: Per Forlin Acked-by: Mian Yousaf Kaukab --- drivers/usb/musb/ux500_dma.c | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff -