mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
usb: dwc3: ulpi: fix checkpatch warning
no functional changes. Signed-off-by: Felipe Balbi <balbi@kernel.org>
This commit is contained in:
parent
e5ee93d42b
commit
2a499b4529
@ -19,7 +19,7 @@
|
||||
|
||||
static int dwc3_ulpi_busyloop(struct dwc3 *dwc)
|
||||
{
|
||||
unsigned count = 1000;
|
||||
unsigned int count = 1000;
|
||||
u32 reg;
|
||||
|
||||
while (count--) {
|
||||
|
Loading…
Reference in New Issue
Block a user