OSDN Git Service

[media] marvel-ccic: don't initialize static vars with 0
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 18:44:54 +0000 (15:44 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 3 Sep 2014 19:12:33 +0000 (16:12 -0300)
commita7459a9d3ab932209e3340d5ae4dadf73147e8d5
tree749e76200a48d6cfc3b57c8de5ca0dc3b3a6b172
parent313ddec45cf1a7b3778eaa9fd3acb31f994b2e88
[media] marvel-ccic: don't initialize static vars with 0

alloc_bufs_at_read is static. No need to initialize with
zero, as the Kernel will cleanup the data memory already.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/marvell-ccic/mcam-core.c