aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/endpoint.c
diff options
context:
space:
mode:
authorAlan Stern <stern@rowland.harvard.edu>2007-09-10 11:35:14 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 14:55:25 -0700
commit7477120e34eef65a530cfb3fea5fe612c89669e5 (patch)
tree2396c91879848b5ba0a82fbc82c3df04781a75fb /drivers/usb/core/endpoint.c
parent1d3ee41e9549609a6151216a0bcb06b758a64b6b (diff)
downloadlinux-7477120e34eef65a530cfb3fea5fe612c89669e5.tar.gz
USB: Get rid of annoying endpoint-release message
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>
Diffstat (limited to 'drivers/usb/core/endpoint.c')
-rw-r--r--drivers/usb/core/endpoint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/core/endpoint.c b/drivers/usb/core/endpoint.c
index e0ec7045e865d..7dc123d6b2d0e 100644
--- 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);
}