summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-pxa27x.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-02-29 22:04:32 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-03 00:22:11 (GMT)
commit371f3b49f2cb1a8b6ac09b6b108841ca92349eb1 (patch)
tree65bb502f1a543963484e985772050a0897baabf8 /drivers/usb/host/ohci-pxa27x.c
parent2a5be8783e0016d15e7907ddd212b2c312e196eb (diff)
downloadlinux-fsl-qoriq-371f3b49f2cb1a8b6ac09b6b108841ca92349eb1.tar.xz
usb/core: remove "always" from usb_unlink_urb() kernel doc entry
The kernel doc entry for usb_unlink_urb() contains the phrase "This request is always asynchronous.". The "always" leads to the assumption that the ->complete() callback is not called from within usb_unlink_urb(). This is not true. The HCD is allowed to call the ->complete() from within ->urb_dequeue() if it is appropriate for the hardware. This patch updates the kernel doc so usb-device driver authors make sure to drop all locks (and make sure it is okay to drop them) which are acquired by the complete callback before calling usb_unlink_urb(). Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-pxa27x.c')
0 files changed, 0 insertions, 0 deletions