]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
USB: core: remove unused dbg() call in message.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 18:23:03 +0000 (11:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Sep 2012 18:23:03 +0000 (11:23 -0700)
It's not needed, and commented out, so just remove it.

Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/message.c

index 0ab7da2283e34fa584eead2f35f7d959f3ddbe94..1ed5afd91e6dc2ea8366927efbf0804f8fd0d7ea 100644 (file)
@@ -146,8 +146,6 @@ int usb_control_msg(struct usb_device *dev, unsigned int pipe, __u8 request,
        dr->wIndex = cpu_to_le16(index);
        dr->wLength = cpu_to_le16(size);
 
-       /* dbg("usb_control_msg"); */
-
        ret = usb_internal_control_msg(dev, pipe, dr, data, size, timeout);
 
        kfree(dr);