Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303884
b: refs/heads/master
c: 02e8161
h: refs/heads/master
v: v3
  • Loading branch information
Benoit Goby authored and Greg Kroah-Hartman committed May 10, 2012
1 parent f0f3dbe commit 6426e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51cce6fc155c4d7eea2ff975ee7c82b89332c6d9
refs/heads/master: 02e8161e341b4e54a4a36233f98b79763bfa3f48
1 change: 1 addition & 0 deletions trunk/drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ int usb_add_config(struct usb_composite_dev *cdev,

INIT_LIST_HEAD(&config->functions);
config->next_interface_id = 0;
memset(config->interface, 0, sizeof(config->interface));

status = bind(config);
if (status < 0) {
Expand Down

0 comments on commit 6426e92

Please sign in to comment.