Skip to content

Commit

Permalink
USB: Convert a dev_info to a dev_dbg
Browse files Browse the repository at this point in the history
Knowing which configuration was chosen is a debugging aid more than it
is informational.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Matthew Wilcox authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 872d359 commit b1f0a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/core/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int usb_choose_configuration(struct usb_device *udev)

if (best) {
i = best->desc.bConfigurationValue;
dev_info(&udev->dev,
dev_dbg(&udev->dev,
"configuration #%d chosen from %d choice%s\n",
i, num_configs, plural(num_configs));
} else {
Expand Down

0 comments on commit b1f0a34

Please sign in to comment.