diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-01-23 18:52:20 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-02 16:15:03 +0300 |
commit | fa5721d159bb1da086d85c34f358282d4ae07093 (patch) | |
tree | e892fb709b6fce3f819280c9598913820bcc9ee3 /drivers/media/dvb-frontends | |
parent | 24692801a4d03dabb64e38b10d089beb3710be9d (diff) | |
download | linux-fa5721d159bb1da086d85c34f358282d4ae07093.tar.xz |
[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 <lars@metafoo.de>
Acked-by: Federico Vaga <federico.vaga@gmail.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
0 files changed, 0 insertions, 0 deletions