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

This patch (as1083) combines hub_quiesce() and hub_stop() into a
single routine.  There's no point keeping them separate since they are
usually 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