commit | 782ae20df2af894c6840cb2da1221b28dcf3e969 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sat Jan 18 11:12:46 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Mar 04 14:31:21 2014 -0300 |
tree | 94447a4b6f84fa69fb00f49060c02a1f337aea96 | |
parent | 29b93d8f9ca0635281a6c27f778355caacfc59be [diff] |
[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 <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>