From: Hans Verkuil Date: Fri, 7 Aug 2009 10:10:52 +0000 (-0300) Subject: V4L/DVB (12428): hdpvr: add missing initialization of current_norm X-Git-Tag: v2.6.31-rc7~40^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99362e1ece9f9651af1b849a01d91b9df1e0db2c;p=pandora-kernel.git V4L/DVB (12428): hdpvr: add missing initialization of current_norm Drivers should either set current_norm or supply a g_std callback. The hdpvr driver does neither. Since it initializes to a 60 Hz format I've initialized the current_norm to NTSC | PAL_M | PAL_60 which is the 60 Hz subset of tvnorms. Cc: Janne Grunau Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed