]> git.baikalelectronics.ru Git - kernel.git/commit
mrst_max3110: fix unbalanced IRQ issue during resume
authorChen, Jie <jie.d.chen@intel.com>
Tue, 22 Oct 2013 19:42:09 +0000 (12:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Oct 2013 23:26:54 +0000 (16:26 -0700)
commit791ea990cc26c4af40711694565eb750c53b37bb
tree569b5bf6fb89f5c5120a4fc0b4210c2a644554ef
parentbfad876fcc6f6bd451d5c9cc3bb1c587dae973b4
mrst_max3110: fix unbalanced IRQ issue during resume

During resume, a startup will request_irq again, meantime resume function's
enable_irq will cause unbalanced IRQ issue.
Fix this issue by moving request_irq to probe function.

Signed-off-by: David Cohen <david.a.cohen@linux.intel.com>
Signed-off-by: Chen, Jie <jie.d.chen@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/mrst_max3110.c