From: Petr Mladek Date: Fri, 19 Sep 2014 15:32:24 +0000 (+0200) Subject: usb: hub: allow to process more usb hub events in parallel X-Git-Tag: fixes-for-v3.18-merge-window~16^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638139eb95d2;p=pandora-kernel.git usb: hub: allow to process more usb hub events in parallel It seems that only choose_devnum() was not ready to process more hub events at the same time. All should be fine if we take bus->usb_address0_mutex there. It will make sure that more devnums will not be chosen for the given bus and the related devices at the same time. Signed-off-by: Petr Mladek Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed