Re: [PATCH 2/2] Driver: video: Use the macro DMA_BIT_MASK().

2012-03-05 Thread santosh prasad nayak
Can you please comment on it ? Regards Santosh On Tue, Feb 21, 2012 at 3:43 PM, santosh nayak wrote: > From: Santosh Nayak > > Use the macro DMA_BIT_MASK instead of the constant  0x. > > Signed-off-by: Santosh Nayak > --- >  drivers/media/video/cx18/cx18-driver.c |    4 ++-- >  drivers

[PATCH 2/2] Driver: video: Use the macro DMA_BIT_MASK().

2012-02-21 Thread santosh nayak
From: Santosh Nayak Use the macro DMA_BIT_MASK instead of the constant 0x. Signed-off-by: Santosh Nayak --- drivers/media/video/cx18/cx18-driver.c |4 ++-- drivers/media/video/ivtv/ivtv-driver.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/me