libpayload: Fix random warnings

dump_td() is orphaned but looks useful => commented out.

The delay identifier shadowed the global one => renamed to total_delay.

Change-Id: I4f3766a07db9194b2552ebf9302bd7ef8a66371f
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/1895
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
This commit is contained in:
Nico Huber
2012-11-23 11:52:18 +01:00
committed by Patrick Georgi
parent 4f83d1b0c6
commit e8a71d34cd
2 changed files with 5 additions and 3 deletions

View File

@@ -205,6 +205,7 @@ ohci_stop (hci_t *controller)
// TODO: turn off all operation of OHCI
}
#if 0
static void
dump_td(td_t *cur, int level)
{
@@ -216,6 +217,7 @@ dump_td(td_t *cur, int level)
usb_debug("%s toggle: %x\n", spc, !!(cur->config & TD_TOGGLE_DATA1));
#endif
}
#endif
static int
wait_for_ed(usbdev_t *dev, ed_t *head, int pages)