aboutsummaryrefslogtreecommitdiff
path: root/lib/ioremap.c
diff options
context:
space:
mode:
authorWarren Free <wfree@ipmn.com>2009-05-08 10:27:08 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-05-28 13:54:43 -0700
commit0afb20e00b5053170c85298fed842b32d20b4ea9 (patch)
tree82c4179334f31702bf5379fcfe90ec7dc3c79330 /lib/ioremap.c
parentcab98a0a349829b145d924c0649a2d30cd6a9e3d (diff)
USB: isp1760: urb_dequeue doesn't always find the urbs
The option driver (and presumably others) allocates several URBs when it opens and tries to free them when it closes. The isp1760_urb_dequeue function gets called, but the packet being dequeued is not necessarily at the front of one of the 32 queues. If not, the isp1760_urb_done function doesn't get called for the URB and the process trying to free it hangs forever on a wait_queue. This patch does two things. If the URB being dequeued has others queued behind it, it re-queues them. And it searches the queues looking for the URB being dequeued rather than just looking at the one at the front of the queue. [bigeasy@linutronix] whitespace fixes, reformating Cc: stable <stable@kernel.org> Signed-off-by: Warren Free <wfree@ipmn.com> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib/ioremap.c')
0 files changed, 0 insertions, 0 deletions