Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226911
b: refs/heads/master
c: cc7e605
h: refs/heads/master
i:
  226909: 6a6ab77
  226907: 06e6472
  226903: 6c91bcc
  226895: e235d1a
  226879: d9ed187
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 4e73990 commit 1e2e905
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: ce7eb32fc24a7380f55924360fa0c96297aa237e
refs/heads/master: cc7e6056f440796e028629d6d79a26fa20d457e8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/f_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2096,7 +2096,7 @@ static int __ffs_func_bind_do_descs(enum ffs_entity_type type, u8 *valuep,
ep = usb_ep_autoconfig(func->gadget, ds);
if (unlikely(!ep))
return -ENOTSUPP;
ep->driver_data = func->eps + idx;;
ep->driver_data = func->eps + idx;

req = usb_ep_alloc_request(ep, GFP_KERNEL);
if (unlikely(!req))
Expand Down

0 comments on commit 1e2e905

Please sign in to comment.