From: Jonathan Corbet Date: Mon, 20 Jun 2011 19:14:38 +0000 (-0300) Subject: [media] marvell-cam: no need to initialize the DMA buffers X-Git-Tag: v3.1-rc1~116^2~262 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d48a51c272782e646d75e507a66e0532327d9e5;p=platform%2Fkernel%2Flinux-3.10.git [media] marvell-cam: no need to initialize the DMA buffers This was an old debugging thing from years ago. It's only done at initialization time, but it's still unnecessary; take it out. Signed-off-by: Jonathan Corbet Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/marvell-ccic/mcam-core.c b/drivers/media/video/marvell-ccic/mcam-core.c index 65d9c0f..da7ec2f 100644 --- a/drivers/media/video/marvell-ccic/mcam-core.c +++ b/drivers/media/video/marvell-ccic/mcam-core.c @@ -499,8 +499,6 @@ static int mcam_alloc_dma_bufs(struct mcam_camera *cam, int loadtime) cam_warn(cam, "Failed to allocate DMA buffer\n"); break; } - /* For debug, remove eventually */ - memset(cam->dma_bufs[i], 0xcc, cam->dma_buf_size); (cam->nbufs)++; }