diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/core/generic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/generic.c b/drivers/usb/core/generic.c index 05e6d313961e..bdf87a8414a1 100644 --- a/drivers/usb/core/generic.c +++ b/drivers/usb/core/generic.c | |||
@@ -139,7 +139,7 @@ int usb_choose_configuration(struct usb_device *udev) | |||
139 | 139 | ||
140 | if (best) { | 140 | if (best) { |
141 | i = best->desc.bConfigurationValue; | 141 | i = best->desc.bConfigurationValue; |
142 | dev_info(&udev->dev, | 142 | dev_dbg(&udev->dev, |
143 | "configuration #%d chosen from %d choice%s\n", | 143 | "configuration #%d chosen from %d choice%s\n", |
144 | i, num_configs, plural(num_configs)); | 144 | i, num_configs, plural(num_configs)); |
145 | } else { | 145 | } else { |