Browse Source

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>
Alan Stern 17 years ago
parent
commit
7477120e34
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/usb/core/endpoint.c

+ 0 - 1
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);
 	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);
 	endpoint_free_minor(ep_dev);
 	kfree(ep_dev);
 	kfree(ep_dev);
 }
 }