From: Mauro Carvalho Chehab Date: Fri, 14 Oct 2011 20:00:19 +0000 (-0300) Subject: [media] cx23885: Don't use memset on vidioc_ callbacks X-Git-Tag: v3.2-rc1~112^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5492fb9ed3f3f25c56b25684072f0d234863b08;p=pandora-kernel.git [media] cx23885: Don't use memset on vidioc_ callbacks vidioc_g_tuner should not do any memset for the parameters. Core already does that. In particular, V4L2 core now does some handling for the tuner type, and the tuner-core module relies on that. So, doing any memset there is a very bad idea. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed