From: Luis Henriques Date: Tue, 19 Jun 2012 14:29:49 +0000 (-0300) Subject: [media] ene_ir: Fix driver initialisation X-Git-Tag: v3.6-rc1~40^2^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31b021988fed9e3741a46918f14ba9b063811db;p=pandora-kernel.git [media] ene_ir: Fix driver initialisation commit 9ef449c6b31bb6a8e6dedc24de475a3b8c79be20 ("[media] rc: Postpone ISR registration") fixed an early ISR registration on several drivers. It did however also introduced a bug by moving the invocation of pnp_port_start() to the end of the probe function. This patch fixes this issue by moving the invocation of pnp_port_start() to an earlier stage in the probe function. Cc: stable@vger.kernel.org Cc: Jarod Wilson Signed-off-by: Luis Henriques Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed