Re: [PATCH] dma: cpp41: make it compile with CONFIG_BUG=n

2013-08-18 Thread Vinod Koul
On Fri, Aug 16, 2013 at 05:40:55PM +0200, Sebastian Andrzej Siewior wrote: > From: Sebastian Andrzej Siewior > > Before Randy figures out that this does not compile with CONFIG_BUG=n > here is a fix for it. > > Signed-off-by: Sebastian Andrzej Siewior Acked-by: Vinod Koul ~Vinod > --- > driv

[PATCH] dma: cpp41: make it compile with CONFIG_BUG=n

2013-08-16 Thread Sebastian Andrzej Siewior
From: Sebastian Andrzej Siewior Before Randy figures out that this does not compile with CONFIG_BUG=n here is a fix for it. Signed-off-by: Sebastian Andrzej Siewior --- drivers/dma/cppi41.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/cppi41.c b/drivers/dma/c