From: Stefan Richter Date: Sun, 23 Jul 2006 20:19:00 +0000 (+0200) Subject: ieee1394: sbp2: convert sbp2util_down_timeout to waitqueue X-Git-Tag: v2.6.19-rc1~644^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8398bb737ceadff8825aa98cb9f4a5e96857546;p=pandora-kernel.git 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 --- Reading git-diff-tree failed