Cc: Oliver Neukum <oliver@...>, Pavel Machek <pavel@...>, Linux Kernel <linux-kernel@...>, Greg KH <gregkh@...>, Andrew Morton <akpm@...>, <jikos@...>, <linux-usb@...>
To answer your implied question...
QH_STATE_UNLINK_WAIT doesn't have a new meaning in 2.6.25. Just as
before, it means that qh is on a queue waiting to be unlinked.
qh->qh_state can never be equal to QH_STATE_UNLINK_WAIT at this point.
If it were, it would mean that some part of the driver had tried to
unlink qh twice. But even then, the correct move would be to follow
the "nothing to do" path -- since qh is already waiting to be unlinked,
there's no point trying to do any more.
Alan Stern
--