Re: [PATCH] V4L/DVB: dm646x: fix DMA_nnBIT_MASK

2009-08-10 Thread Kevin Hilman
Kevin Hilman writes: > Fix deprecated use of DMA_nnBIT_MASK which now gives a compiler > warning. > > Signed-off-by: Kevin Hilman > --- > This compiler warning patch is on top of the master branch of Mauro's > linux-next tree. Ping. This is needed on top of the DaVinci changes queued in the

[PATCH] V4L/DVB: dm646x: fix DMA_nnBIT_MASK

2009-07-23 Thread Kevin Hilman
Fix deprecated use of DMA_nnBIT_MASK which now gives a compiler warning. Signed-off-by: Kevin Hilman --- This compiler warning patch is on top of the master branch of Mauro's linux-next tree. arch/arm/mach-davinci/dm646x.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git