git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
461cbe7
)
drivers: video: msm: fix hang on disable_irq
author
Daniel Walker
<dwalker@codeaurora.org>
Tue, 27 Jul 2010 21:04:30 +0000
(14:04 -0700)
committer
Daniel Walker
<dwalker@codeaurora.org>
Tue, 12 Oct 2010 23:10:23 +0000
(16:10 -0700)
There's a resource race around disable_irq. Using the nosync
version allows the function to continue and prevents the hang.
Adapted from Arve Hjønnevåg <arve@android.com> changes in the Google tree.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
No differences found