diff options
author | Lu Baolu <baolu.lu@linux.intel.com> | 2017-12-08 16:59:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-08 17:43:52 +0100 |
commit | 3054ea45fb8758b7c1a4849001e213e1267452fa (patch) | |
tree | 9f344467b90fe1966ddd0372c8f16b77c9fb015c /drivers/usb/host/xhci.h | |
parent | usb: xhci: Cleanup printk debug message for registers (diff) | |
download | linux-3054ea45fb8758b7c1a4849001e213e1267452fa.tar.xz linux-3054ea45fb8758b7c1a4849001e213e1267452fa.zip |
usb: xhci: Cleanup printk debug message for ERST
Each event segment has been exposed through debugfs. There is no
need to dump ERST content with printk in code. Remove it to make
code more concise and readable.
Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 8ab2d83b7527..7c8781758cea 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1925,7 +1925,6 @@ static inline int xhci_link_trb_quirk(struct xhci_hcd *xhci) } /* xHCI debugging */ -void xhci_dbg_erst(struct xhci_hcd *xhci, struct xhci_erst *erst); char *xhci_get_slot_state(struct xhci_hcd *xhci, struct xhci_container_ctx *ctx); void xhci_dbg_trace(struct xhci_hcd *xhci, void (*trace)(struct va_format *), |