From: Hans Verkuil Date: Sat, 20 Sep 2014 12:54:06 +0000 (-0300) Subject: [media] cx2341x: fix kernel oops X-Git-Tag: fixes-for-v3.18-merge-window~76^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50394e7369d519ad0d732cb6913d2bbdf4213e2e;p=pandora-kernel.git [media] cx2341x: fix kernel oops The v4l2_ctrl_config struct must be zeroed before passing it to v4l2_ctrl_new_custom(). This was always wrong, but with the recent v4l2-ctrls.c changes this is now much more likely to lead to a kernel bug. This is the only place where this struct wasn't initialized properly. Signed-off-by: Hans Verkuil Reported-by: Pridvorov Andrey Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed