projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6]
/
drivers
/
usb
/
host
/
isp116x-hcd.c
diff --git
a/drivers/usb/host/isp116x-hcd.c
b/drivers/usb/host/isp116x-hcd.c
index
31178e1
..
ce1ca0b
100644
(file)
--- a/
drivers/usb/host/isp116x-hcd.c
+++ b/
drivers/usb/host/isp116x-hcd.c
@@
-882,7
+882,7
@@
static void isp116x_endpoint_disable(struct usb_hcd *hcd,
for (i = 0; i < 100 && !list_empty(&hep->urb_list); i++)
msleep(3);
if (!list_empty(&hep->urb_list))
- WARN("ep %p not empty?\n", ep);
+ WARN
ING
("ep %p not empty?\n", ep);
kfree(ep);
hep->hcpriv = NULL;