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:
6065772
)
ieee1394: sbp2: convert sbp2util_down_timeout to waitqueue
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 23 Jul 2006 20:19:00 +0000
(22:19 +0200)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 17 Sep 2006 17:29:31 +0000
(19:29 +0200)
The waitqueue API is used to replace a custom wait mechanism. Only one
global waitqueue (instead of per-device waitqueues or completions) is
added because there is usually just one waiter.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found