usb: dwc3: ulpi: fix checkpatch warning
authorFelipe Balbi <balbi@kernel.org>
Thu, 13 Aug 2020 05:30:38 +0000 (08:30 +0300)
committerFelipe Balbi <balbi@kernel.org>
Fri, 2 Oct 2020 06:43:35 +0000 (09:43 +0300)
no functional changes.

Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/ulpi.c

index e6e6176..aa213c9 100644 (file)
@@ -19,7 +19,7 @@
 
 static int dwc3_ulpi_busyloop(struct dwc3 *dwc)
 {
-       unsigned count = 1000;
+       unsigned int count = 1000;
        u32 reg;
 
        while (count--) {