usb: dwc3: Use the correct speed macros for DSTS/DCFG
authorJohn Youn <johnyoun@synopsys.com>
Fri, 20 May 2016 23:34:26 +0000 (16:34 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 20 Jun 2016 09:32:45 +0000 (12:32 +0300)
commit2da9ad761e70c6a22e3a84f9a3e67faeef122a58
tree11f93ac63bd95cf941d91d1dba9202abf5651758
parent3de2685f0c395a56b909dbefd40fb287c9df31b2
usb: dwc3: Use the correct speed macros for DSTS/DCFG

Correct the use of the DWC3_DSTS_XXX_SPEED and DWC3_DCFG_XXX_SPEED
macros. The wrong set of macros were being used in a few places.

This is only a cosmetic change as the values for both sets are
identical.

Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/gadget.c