Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326012
b: refs/heads/master
c: c2d57ae
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 13, 2012
1 parent ea0844d commit 6250dde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 34ad569fec46937b48cda329b037c1ff7fac9ab6
refs/heads/master: c2d57aec81f3d479642523fd4d3537006168c240
2 changes: 0 additions & 2 deletions trunk/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 6250dde

Please sign in to comment.