Commit ef58d97a authored by Ferenc Wagner's avatar Ferenc Wagner Committed by Greg Kroah-Hartman

USB: ehci-dbgp: fix typo in startup message

Signed-off-by: default avatarFerenc Wagner <wferi@niif.hu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 32b801e9
...@@ -601,7 +601,7 @@ int dbgp_external_startup(void) ...@@ -601,7 +601,7 @@ int dbgp_external_startup(void)
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;
......
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