mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
committed by
Greg Kroah-Hartman
parent
df2bae8160
commit
11dbd20aff
@@ -19,7 +19,7 @@
|
||||
|
||||
static int dwc3_ulpi_busyloop(struct dwc3 *dwc)
|
||||
{
|
||||
unsigned count = 1000;
|
||||
unsigned int count = 1000;
|
||||
u32 reg;
|
||||
|
||||
while (count--) {
|
||||
|
||||
Reference in New Issue
Block a user