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
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