From: Mauro Carvalho Chehab Date: Mon, 26 Dec 2011 12:41:14 +0000 (-0300) Subject: [media] em28xx-dvb: don't initialize drx-d non-used fields with zero X-Git-Tag: v3.3-rc1~48^2~288 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac865f7c92990f2db17cfe9e9ef89a8706253f7;p=pandora-kernel.git [media] em28xx-dvb: don't initialize drx-d non-used fields with zero There's no need to initialize unused fields with zero, as Kernel does it automatically. Removing the initialization makes the code cleaner. This also allows the removal of the unused pll_set callback. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed