From: Andrew de Quincey Date: Mon, 10 Jul 2006 06:34:14 +0000 (-0300) Subject: V4L/DVB (4292): Fix DISEQC regression X-Git-Tag: v2.6.18-rc4~72^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c56d0e5b27f1f65e4d20b46731d55341d42a6a;p=pandora-kernel.git V4L/DVB (4292): Fix DISEQC regression The changes to add frontend reinitialisation moved the position where the init() op is called into the frontend thread. Unfortunately, since DISEQC operations do not use the frontend thread, this meant that DISEQC could be called against an uninitalised frontend, leading to all sorts of trouble. Patch fixes this by reinstating the original fronted intialisation call. Signed-off-by: Andrew de Quincey Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed