diff options
Diffstat (limited to 'drivers/usb/host/isp1760-hcd.h')
| -rw-r--r-- | drivers/usb/host/isp1760-hcd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/isp1760-hcd.h b/drivers/usb/host/isp1760-hcd.h index 3c61cd51cbb8..4377277667d9 100644 --- a/drivers/usb/host/isp1760-hcd.h +++ b/drivers/usb/host/isp1760-hcd.h | |||
| @@ -121,6 +121,9 @@ struct inter_packet_info { | |||
| 121 | typedef void (packet_enqueue)(struct usb_hcd *hcd, struct isp1760_qh *qh, | 121 | typedef void (packet_enqueue)(struct usb_hcd *hcd, struct isp1760_qh *qh, |
| 122 | struct isp1760_qtd *qtd); | 122 | struct isp1760_qtd *qtd); |
| 123 | 123 | ||
| 124 | #define isp1760_dbg(priv, fmt, args...) \ | ||
| 125 | dev_dbg(priv_to_hcd(priv)->self.controller, fmt, ##args) | ||
| 126 | |||
| 124 | #define isp1760_info(priv, fmt, args...) \ | 127 | #define isp1760_info(priv, fmt, args...) \ |
| 125 | dev_info(priv_to_hcd(priv)->self.controller, fmt, ##args) | 128 | dev_info(priv_to_hcd(priv)->self.controller, fmt, ##args) |
| 126 | 129 | ||
