[coreboot] New patch to review for coreboot: d3b1f29 libpayload: Another usb fix

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Thu Dec 20 09:14:28 CET 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2063

-gerrit

commit d3b1f29727834bb6a6bdfa00315b2eaf1c226591
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Thu Dec 20 09:14:09 2012 +0100

    libpayload: Another usb fix
    
    Change-Id: I91b18fadbf17562f8b48e233631653f2a18c037c
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>
---
 payloads/libpayload/drivers/usb/ohci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/payloads/libpayload/drivers/usb/ohci.c b/payloads/libpayload/drivers/usb/ohci.c
index 22462a0..c670373 100644
--- a/payloads/libpayload/drivers/usb/ohci.c
+++ b/payloads/libpayload/drivers/usb/ohci.c
@@ -107,7 +107,7 @@ dump_ed (ed_t *cur)
 		usb_debug("|:::::::::::::::::: OHCI TD CHAIN ::::::::::::::::::|\n");
 		while (virt_to_phys(tmp_td) != (cur->tail_pointer & ~0xFUL))
 		{
-			dump_td(tmp_td, 1);
+			dump_td(tmp_td);
 			tmp_td = (td_t *)phys_to_virt((tmp_td->next_td & ~0xFUL));
 		}
 		usb_debug("|:::::::::::::::: EOF OHCI TD CHAIN ::::::::::::::::|\n");



More information about the coreboot mailing list