mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
USB: ehci-dbgp: fix typo in startup message
Signed-off-by: Ferenc Wagner <wferi@niif.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
32b801e9fa
commit
ef58d97a30
@ -601,7 +601,7 @@ try_again:
|
|||||||
dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
|
dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
dbgp_printk("small write doned\n");
|
dbgp_printk("small write done\n");
|
||||||
dbgp_not_safe = 0;
|
dbgp_not_safe = 0;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user