Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd69cbeb authored by John Youn's avatar John Youn Committed by Felipe Balbi
Browse files

usb: gadget: composite: Update debug message for SuperSpeedPlus



Update the debug message reporting the speeds that a configuration
supports for SuperSpeedPlus.

Signed-off-by: default avatarJohn Youn <johnyoun@synopsys.com>
Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
parent 4eb8e32d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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