From: Hans Verkuil Date: Thu, 15 Jan 2009 08:37:14 +0000 (-0300) Subject: V4L/DVB (10250): cx25840: fix regression: fw not loaded on first use X-Git-Tag: v2.6.29-rc4~69^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba390f005573bdf6ab7fd78bb05119036c2ed539;p=pandora-kernel.git V4L/DVB (10250): cx25840: fix regression: fw not loaded on first use With the conversion to v4l2_subdev one bit of code was accidentally dropped: on receiving the first command the driver has to load the fw. A new init() command was introduced to do that explicitly for bridge drivers that are converted to use v4l2_subdev, but old drivers that are not yet converted no longer worked. This patch fixes this regression for these old drivers. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed