Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28387
b: refs/heads/master
c: 4186c29
h: refs/heads/master
i:
  28385: 49478fa
  28383: 4383860
v: v3
  • Loading branch information
Matt Reimer authored and Greg Kroah-Hartman committed Jun 21, 2006
1 parent 8fdb023 commit 1bead7f
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: 4255e6f6d98ad092c27fa2b83ac314cbe8a0c56f
refs/heads/master: 4186c29ca199063facdda49851b4c863699687b1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ set_ether_config (struct eth_dev *dev, gfp_t gfp_flags)
result = usb_ep_enable (dev->out_ep, dev->out);
if (result != 0) {
DEBUG (dev, "enable %s --> %d\n",
dev->in_ep->name, result);
dev->out_ep->name, result);
goto done;
}
}
Expand Down

0 comments on commit 1bead7f

Please sign in to comment.