aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
diff options
context:
space:
mode:
authorLuis Henriques <luis.henriques@canonical.com>2012-04-21 12:25:21 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-21 09:40:01 -0700
commit423b4f2750ebb8cb06c20396b66fb0144b92bbda (patch)
tree737ae2ca8eac42b98908c7a8248380c176896d23 /drivers/net/usb
parentdbda13fc2193061009cd20998f64dd01a97309a9 (diff)
downloadkernel_samsung_smdk4412-423b4f2750ebb8cb06c20396b66fb0144b92bbda.zip
kernel_samsung_smdk4412-423b4f2750ebb8cb06c20396b66fb0144b92bbda.tar.gz
kernel_samsung_smdk4412-423b4f2750ebb8cb06c20396b66fb0144b92bbda.tar.bz2
media: rc: Postpone ISR registration
commit 9ef449c6b31bb6a8e6dedc24de475a3b8c79be20 upstream. An early registration of an ISR was causing a crash to several users (for example, with the ite-cir driver: http://bugs.launchpad.net/bugs/972723). The reason was that IRQs were being triggered before a driver initialisation was completed. This patch fixes this by moving the invocation to request_irq() and to request_region() to a later stage on the driver probe function. Signed-off-by: Luis Henriques <luis.henriques@canonical.com> Acked-by: Jarod Wilson <jarod@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/usb')
0 files changed, 0 insertions, 0 deletions