usb: dwc3: ulpi: fix checkpatch warning

commit 2a499b4529 upstream

no functional changes.

Signed-off-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Felipe Balbi
2020-08-13 08:30:38 +03:00
committed by Greg Kroah-Hartman
parent af9f48e43f
commit b882452d67

View File

@@ -22,7 +22,7 @@
static int dwc3_ulpi_busyloop(struct dwc3 *dwc)
{
unsigned count = 1000;
unsigned int count = 1000;
u32 reg;
while (count--) {