mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 06:49:29 -04:00
usb: dwc3: ulpi: fix checkpatch warning
no functional changes. Signed-off-by: Felipe Balbi <balbi@kernel.org>
This commit is contained in:
@@ -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