coreboot-kgpe-d16/payloads/libpayload/drivers/usb
Caveh Jalali 8079a6a558 libpayload/usb: Fix printf format string mismatches in debug messages
This fixes format string mismatch errors in the USB subsystem found by
the compiler's format string checker.

BUG=b:167517417
TEST=enabled all USB controllers on volteer and fixed resulting
	compiler errors when USB_DEBUG is enabled.

Change-Id: I4dc70baefb3cd82fcc915cc2e7f68719cf6870cc
Signed-off-by: Caveh Jalali <caveh@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45024
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
2020-11-22 22:34:52 +00:00
..
Kconfig
TODO
dwc2.c
dwc2.h
dwc2_private.h
dwc2_rh.c
ehci.c libpayload/usb: Fix printf format string mismatches in debug messages 2020-11-22 22:34:52 +00:00
ehci.h
ehci_private.h
ehci_rh.c
generic_hub.c
generic_hub.h
ohci.c libpayload/usb: Fix printf format string mismatches in debug messages 2020-11-22 22:34:52 +00:00
ohci.h
ohci_private.h libpayload: Make OHCI enums into types 2020-11-08 11:37:09 +00:00
ohci_rh.c
quirks.c
uhci.c libpayload/usb: Fix printf format string mismatches in debug messages 2020-11-22 22:34:52 +00:00
uhci.h
uhci_private.h
uhci_rh.c
usb.c libpayload/usb: Fix printf format string mismatches in debug messages 2020-11-22 22:34:52 +00:00
usb_dev.c
usbhid.c
usbhub.c
usbinit.c
usbmsc.c
xhci.c libpayload/usb: Fix printf format string mismatches in debug messages 2020-11-22 22:34:52 +00:00
xhci.h
xhci_commands.c
xhci_debug.c
xhci_devconf.c
xhci_events.c
xhci_private.h
xhci_rh.c