From: Mauro Carvalho Chehab Date: Sat, 18 Jan 2014 14:12:46 +0000 (-0300) Subject: [media] drx-j: Be sure that all allocated data are properly initialized X-Git-Tag: v3.15-rc1~85^2~264 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782ae20df2af894c6840cb2da1221b28dcf3e969;p=pandora-kernel.git [media] drx-j: Be sure that all allocated data are properly initialized The state struct is allocated without cleaning the memory. This causes random bugs. Clean it, and move the memcpy functions just below each kalloc, to be clearer that all those data are properly filled. Acked-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed