From: Matthew Wilcox Date: Thu, 24 Sep 2009 22:18:27 +0000 (-0600) Subject: USB: Convert a dev_info to a dev_dbg X-Git-Tag: v2.6.33-rc1~315^2~119 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b1f0a34ca983a6defb0431aa18c9268eb9ffcc4a;p=~emulex%2Finfiniband.git USB: Convert a dev_info to a dev_dbg Knowing which configuration was chosen is a debugging aid more than it is informational. Signed-off-by: Matthew Wilcox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/core/generic.c b/drivers/usb/core/generic.c index 05e6d313961..bdf87a8414a 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) 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 {