Skip to content

Commit

Permalink
USB: core: remove unused dbg() call in message.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 13, 2012
1 parent 34ad569 commit c2d57ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/core/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c2d57ae

Please sign in to comment.