OSDN Git Service

usb: host: xhci: remove incorrect comment about mutex
authorChris Bainbridge <chris.bainbridge@gmail.com>
Fri, 29 May 2015 14:01:54 +0000 (17:01 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 06:45:31 +0000 (15:45 +0900)
commit02c018af7db9d4e701e78b333dc951dca380633d
treebf9568c32710a39302eec15037f9c39ba21fb05a
parent22ae47e65e7c1819e3598b16fcedc469ff97ec58
usb: host: xhci: remove incorrect comment about mutex

The comment stating that xhci_setup_device() is protected by the address
mutex is not true since
commit 6fecd4f2a58c ("USB: separate usb_address0 mutexes for each bus")
as xhci handles two buses.

Signed-off-by: Chris Bainbridge <chris.bainbridge@gmail.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci.c