mirror of https://gitee.com/openkylin/linux.git
usb: gadget: composite: Update debug message for SuperSpeedPlus
Update the debug message reporting the speeds that a configuration supports for SuperSpeedPlus. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>
This commit is contained in:
parent
4eb8e32dab
commit
cd69cbeb69
|
@ -891,8 +891,9 @@ int usb_add_config(struct usb_composite_dev *cdev,
|
|||
} else {
|
||||
unsigned i;
|
||||
|
||||
DBG(cdev, "cfg %d/%p speeds:%s%s%s\n",
|
||||
DBG(cdev, "cfg %d/%p speeds:%s%s%s%s\n",
|
||||
config->bConfigurationValue, config,
|
||||
config->superspeed_plus ? " superplus" : "",
|
||||
config->superspeed ? " super" : "",
|
||||
config->highspeed ? " high" : "",
|
||||
config->fullspeed
|
||||
|
|
Loading…
Reference in New Issue