1
0
Fork 0

usb: dwc3: ulpi: fix checkpatch warning

no functional changes.

Signed-off-by: Felipe Balbi <balbi@kernel.org>
zero-sugar-mainline-defconfig
Felipe Balbi 2020-08-13 08:30:38 +03:00
parent e5ee93d42b
commit 2a499b4529
1 changed files with 1 additions and 1 deletions

View File

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