|
@@ -1605,6 +1605,8 @@ static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci)
|
|
|
dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
|
|
#define xhci_warn_ratelimited(xhci, fmt, args...) \
|
|
|
dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
|
|
+#define xhci_info(xhci, fmt, args...) \
|
|
|
+ dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
|
|
|
|
|
/*
|
|
|
* Registers should always be accessed with double word or quad word accesses.
|