Commit 2a499b45 authored by Felipe Balbi's avatar Felipe Balbi

usb: dwc3: ulpi: fix checkpatch warning

no functional changes.
Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
parent e5ee93d4
......@@ -19,7 +19,7 @@
static int dwc3_ulpi_busyloop(struct dwc3 *dwc)
{
unsigned count = 1000;
unsigned int count = 1000;
u32 reg;
while (count--) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment