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:
f17141f
)
max3110: wake up fixes
author
Dirk Brandewie
<dirk.brandewie@gmail.com>
Fri, 26 Aug 2011 10:24:49 +0000
(11:24 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 26 Aug 2011 18:01:14 +0000
(11:01 -0700)
The main thread is waiting on on a wait_queue but wake_up_process() is
used to wake the thread. This reads weirdly. Change wake_up_process() to
wake_up().
Tested on the Moorestown tablet build
Signed-off-by: Dirk Brandewie <dirk.brandewie@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found