aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/early/ehci-dbgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/early/ehci-dbgp.c b/drivers/usb/early/ehci-dbgp.c
index 94ecdbc758ce..0bc06e2bcfcb 100644
--- a/drivers/usb/early/ehci-dbgp.c
+++ b/drivers/usb/early/ehci-dbgp.c
@@ -601,7 +601,7 @@ try_again:
601 dbgp_printk("dbgp_bulk_write failed: %d\n", ret); 601 dbgp_printk("dbgp_bulk_write failed: %d\n", ret);
602 goto err; 602 goto err;
603 } 603 }
604 dbgp_printk("small write doned\n"); 604 dbgp_printk("small write done\n");
605 dbgp_not_safe = 0; 605 dbgp_not_safe = 0;
606 606
607 return 0; 607 return 0;