Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46234
b: refs/heads/master
c: 43c7bf0
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Kosina committed Feb 5, 2007
1 parent 6f708ee commit 0004697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8235ca3c05076f35d22578e8f530fd374104332a
refs/heads/master: 43c7bf0472ec1f813fccc6012654399345898491
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ static int hid_get_class_descriptor(struct usb_device *dev, int ifnum,
{
int result, retries = 4;

memset(buf,0,size); // Make sure we parse really received data
memset(buf, 0, size);

do {
result = usb_control_msg(dev, usb_rcvctrlpipe(dev, 0),
Expand Down

0 comments on commit 0004697

Please sign in to comment.