From: Lars-Peter Clausen Date: Fri, 23 Jan 2015 15:52:20 +0000 (-0300) Subject: [media] adv7180: Do not request the IRQ again during resume X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~131^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5721d159bb1da086d85c34f358282d4ae07093;p=pandora-kernel.git [media] adv7180: Do not request the IRQ again during resume Currently the IRQ is requested from within the init_device() function. This function is not only called during device probe, but also during resume causing the driver to try to request the IRQ again. Move requesting the IRQ from init_device() to the probe function to make sure that it is only requested once. Signed-off-by: Lars-Peter Clausen Acked-by: Federico Vaga Acked-by: Hans Verkuil Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed