aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon/mon_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/mon/mon_main.c')
-rw-r--r--drivers/usb/mon/mon_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/mon/mon_main.c b/drivers/usb/mon/mon_main.c
index ce61d8b0fd86..e58f761d060f 100644
--- a/drivers/usb/mon/mon_main.c
+++ b/drivers/usb/mon/mon_main.c
@@ -154,8 +154,8 @@ static void mon_complete(struct usb_bus *ubus, struct urb *urb)
154 * This should not happen. 154 * This should not happen.
155 * At this point we do not even know the bus number... 155 * At this point we do not even know the bus number...
156 */ 156 */
157 printk(KERN_ERR TAG ": Null mon bus in URB, pipe 0x%x\n", 157 printk(KERN_ERR TAG ": Null mon bus in URB, address %p\n",
158 urb->pipe); 158 urb);
159 return; 159 return;
160 } 160 }
161 161