libpayload: fix compile error with enabled USB_DEBUG
authorMathias Krause <mathias.krause@secunet.com>
Fri, 17 Feb 2012 11:23:26 +0000 (12:23 +0100)
committerPeter Stuge <peter@stuge.se>
Mon, 20 Feb 2012 20:46:32 +0000 (21:46 +0100)
commit0864016b0d5d9d7e54f120873282967759886d95
treefba3ff51a3ca899eeb9e9ccc72a1964d6b01b9b3
parentc877d22a201b6e774b9187400e1ebbf697fa8bdd
libpayload: fix compile error with enabled USB_DEBUG

Commit c4348d0 ("libpayload: Remove bitfield use from OHCI data
structures") missed to adapt a debug message. This patch fixes this.

Change-Id: I5f6a4be9c7f6f99cb103926772717e15a3cbca70
Signed-off-by: Mathias Krause <mathias.krause@secunet.com>
Reviewed-on: http://review.coreboot.org/653
Tested-by: build bot (Jenkins)
Reviewed-by: Bernhard Urban <lewurm@gmail.com>
Reviewed-by: Peter Stuge <peter@stuge.se>
payloads/libpayload/drivers/usb/ohci.c