]> 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>
Tue, 23 Feb 2021 12:58:13 +0000 (13:58 +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 ec004c6d76f23a793e60793aeee688afe9a44606..1f8f6163d47d3d78f1bb463ebcf633bb1882389d 100644 (file)
@@ -22,7 +22,7 @@
 
 static int dwc3_ulpi_busyloop(struct dwc3 *dwc)
 {
-       unsigned count = 1000;
+       unsigned int count = 1000;
        u32 reg;
 
        while (count--) {