commit | 68357c7d3f0a5930b48dcbe6d10e5324fdbd8c7a | [log] [tgz] |
---|---|---|
author | Chen, Jie <jie.d.chen@intel.com> | Tue Oct 22 12:42:09 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 29 16:26:54 2013 -0700 |
tree | 569b5bf6fb89f5c5120a4fc0b4210c2a644554ef | |
parent | 2a0b965cfb6efc667228831fc3a30308b4f94a87 [diff] |
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>