USB: rename usb_configure_device
commitc6d7a67b493a4bc990a2c8155787ff70903a2335
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 8 Dec 2009 20:50:41 +0000 (8 15:50 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Jan 2010 23:03:44 +0000 (6 15:03 -0800)
treeac82c5cbd96dc1d598ca492a1e8ead4936e26762
parentf661c3feba2d9455614d64ba0f73f182a1b39456
USB: rename usb_configure_device

commit 8d8558d10806b7e805cb80df867ebb0a453d4765 upstream.

This patch (as1314) renames usb_configure_device() and
usb_configure_device_otg() in the hub driver.  Neither name is
appropriate because these routines enumerate devices, they don't
configure them.  That's handled by usb_choose_configuration() and
usb_set_configuration().

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