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:
2df6970
)
pcmcia: cs: kill thread_wait
author
Christoph Hellwig
<hch@infradead.org>
Sun, 22 Apr 2007 12:55:36 +0000
(13:55 +0100)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Tue, 24 Jun 2008 13:33:39 +0000
(15:33 +0200)
There is not reason to have a waitqueue if it's always the same
thread that is waiting for it. Just use wake_up_process instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Small modification: Also remove unused variable.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
No differences found