mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
USB: rename choose_configuration
As it is global, give it a usb specific name in the global namespace. Cc: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
732bb9ee81
commit
b5ea060f1e
3 changed files with 4 additions and 4 deletions
|
@ -1460,7 +1460,7 @@ int usb_authorize_device(struct usb_device *usb_dev)
|
|||
/* Choose and set the configuration. This registers the interfaces
|
||||
* with the driver core and lets interface drivers bind to them.
|
||||
*/
|
||||
c = choose_configuration(usb_dev);
|
||||
c = usb_choose_configuration(usb_dev);
|
||||
if (c >= 0) {
|
||||
result = usb_set_configuration(usb_dev, c);
|
||||
if (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue