|
@@ -1587,8 +1587,6 @@ static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci)
|
|
|
|
|
|
#define xhci_dbg(xhci, fmt, args...) \
|
|
|
do { if (XHCI_DEBUG) dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0)
|
|
|
-#define xhci_info(xhci, fmt, args...) \
|
|
|
- do { if (XHCI_DEBUG) dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0)
|
|
|
#define xhci_err(xhci, fmt, args...) \
|
|
|
dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
|
|
#define xhci_warn(xhci, fmt, args...) \
|