From: Mauro Carvalho Chehab Date: Wed, 3 Sep 2014 18:44:54 +0000 (-0300) Subject: [media] marvel-ccic: don't initialize static vars with 0 X-Git-Tag: omap-for-v3.19/prcm-cleanup~127^2^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7459a9d3ab932209e3340d5ae4dadf73147e8d5;p=pandora-kernel.git [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 --- Reading git-diff-tree failed