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
2021-02-23 14:00:32 +01:00
committed by Greg Kroah-Hartman
parent f66f9f73e0
commit bf94aede80
+1 -1
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--) {