usb: dwc3: Rename DWC3_DCTL_LPM_ERRATA
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Thu, 25 Apr 2019 20:55:30 +0000 (13:55 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 3 May 2019 06:13:49 +0000 (09:13 +0300)
commit2e487d280525b91b03976203b15aba365ec5b4e6
treeee0295976ff0cbeaa2d3608c7756f15105c16eac
parent8d791929b2fbdf7734c1596d808e55cb457f4562
usb: dwc3: Rename DWC3_DCTL_LPM_ERRATA

The macro name DWC3_DCTL_LPM_ERRATA is uninformative and does not do
masking. Remove DWC3_DCTL_LPM_ERRATA_MASK and rename
DWC3_DCTL_LPM_ERRATA to DWC3_DCTL_NYET_THRES with proper masking.

Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c