Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -601,7 +601,7 @@ try_again:
		dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
		goto err;
	}
	dbgp_printk("small write doned\n");
	dbgp_printk("small write done\n");
	dbgp_not_safe = 0;

	return 0;