ieee1394: sbp2: convert sbp2util_down_timeout to waitqueue
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 23 Jul 2006 20:19:00 +0000 (22:19 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 17 Sep 2006 17:29:31 +0000 (19:29 +0200)
commite8398bb737ceadff8825aa98cb9f4a5e96857546
tree049eb24f1e8c2277160b58237443a7cf056325b7
parent6065772d54a3b994b9b5d3df6413ec6a1c8c2ec1
ieee1394: sbp2: convert sbp2util_down_timeout to waitqueue

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>
drivers/ieee1394/sbp2.c
drivers/ieee1394/sbp2.h