Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130315
b: refs/heads/master
c: dd4dff8
h: refs/heads/master
i:
  130313: 1388e70
  130311: 2c794af
v: v3
  • Loading branch information
Bryan Wu authored and Greg Kroah-Hartman committed Jan 28, 2009
1 parent 5ffd543 commit 2661de0
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: cd67435ef985d0d6279803f2ae48b5248a7178df
refs/heads/master: dd4dff8b035f6dda69ece98e20d4c2d76b9f97d1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl)
f = cdev->config->interface[w_index];
if (!f)
break;
if (w_value && !f->get_alt)
if (w_value && !f->set_alt)
break;
value = f->set_alt(f, w_index, w_value);
break;
Expand Down

0 comments on commit 2661de0

Please sign in to comment.