projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3ee41
)
USB: Get rid of annoying endpoint-release message
author
Alan Stern
<stern@rowland.harvard.edu>
Mon, 10 Sep 2007 15:35:14 +0000
(11:35 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 12 Oct 2007 21:55:25 +0000
(14:55 -0700)
This patch (as990) removes an annoying debugging message. Nobody
really cares when endpoint pseudo-devices are released.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/endpoint.c
patch
|
blob
|
history
diff --git
a/drivers/usb/core/endpoint.c
b/drivers/usb/core/endpoint.c
index e0ec7045e865d93772edc95bd6ccc6e1e0176786..7dc123d6b2d0e2893f9ddac031da0d3fe71ede35 100644
(file)
--- a/
drivers/usb/core/endpoint.c
+++ b/
drivers/usb/core/endpoint.c
@@
-267,7
+267,6
@@
static void ep_device_release(struct device *dev)
{
struct ep_device *ep_dev = to_ep_device(dev);
- dev_dbg(dev, "%s called for %s\n", __FUNCTION__, dev->bus_id);
endpoint_free_minor(ep_dev);
kfree(ep_dev);
}