]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
USB: combine hub_activate and hub_restart
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 28 Apr 2008 15:07:17 +0000 (11:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:15:52 +0000 (15:15 -0700)
commitf2835219ed5e29ec959a0e635af4339d6174b2a7
tree0963c4ec65eb9b01e03a7193a6ccc30d7a5c4043
parent948fea37dcebfef8f0f2faf00930e7ec7e756e07
USB: combine hub_activate and hub_restart

This patch (as1071) combines hub_activate() and hub_restart() into a
single routine.  There's no point keeping them separate, since they
are always called together.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/hub.c