commit | e749c6f21fd7dc618f61dd178b4ee739c3cb1c31 | [log] [tgz] |
---|---|---|
author | Ben Nizette <bn@niasdigital.com> | Thu Apr 16 15:55:21 2009 +1000 |
committer | Pierre Ossman <pierre@ossman.eu> | Wed Jun 03 21:50:23 2009 +0200 |
tree | ea1fd00457fa364b85204d6d74cf7463419b28bc | |
parent | 992697e9b342115dcf052ffa41d418cb4fe1a841 [diff] |
mmc/omap: Use disable_irq_nosync() from within irq handlers. disable_irq() should wait for all running handlers to complete before returning. As such, if it's used to disable an interrupt from that interrupt's handler it will deadlock. This replaces the dangerous instances with the _nosync() variant which doesn't have this problem. Signed-off-by: Ben Nizette <bn@niasdigital.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Pierre Ossman <pierre@ossman.eu>