usb: dwc3: core: Print warning on unsupported speed
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Fri, 24 Jul 2020 21:01:09 +0000 (14:01 -0700)
committerFelipe Balbi <balbi@kernel.org>
Thu, 24 Sep 2020 08:56:16 +0000 (11:56 +0300)
commite518bdd9f02c11c6fcbd75884f2a38782bedd1b3
treef240c728a597a87e7c788eb7f52e32582140f2c6
parentb574ce3ee45937f4a01edc98c59213bfc7effe50
usb: dwc3: core: Print warning on unsupported speed

The user may have more information to override the HW parameter to
specify the maximum_speed. However, if the user specifies a
maximum_speed that the controller doesn't support, print out a warning.

Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/core.c