]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb: dwc3: ulpi: fix checkpatch warning
authorFelipe Balbi <balbi@kernel.org>
Thu, 13 Aug 2020 05:30:38 +0000 (08:30 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Feb 2021 09:35:18 +0000 (10:35 +0100)
commit 2a499b45295206e7f3dc76edadde891c06cc4447 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>
drivers/usb/dwc3/ulpi.c

index bb8271531da7099950413fe73380f6a46c79d44b..a462ef54678abb4067f166d0b044e408f8c148b6 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--) {