提交 b1f0a34c 编写于 作者: M Matthew Wilcox 提交者: Greg Kroah-Hartman

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: NMatthew Wilcox <willy@linux.intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 872d3599
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册