Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303920
b: refs/heads/master
c: ab3999a
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Shishkin authored and Greg Kroah-Hartman committed May 11, 2012
1 parent 82e5a34 commit aaaa27a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 5e0aa49ec61e888d50727a7e80e87626f745c119
refs/heads/master: ab3999a26147e9c0d2949df751b86519065bf8bd
2 changes: 0 additions & 2 deletions trunk/drivers/usb/chipidea/ci.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
* @wedge: is the endpoint wedged
* @udc: pointer to the controller
* @lock: pointer to controller's spinlock
* @device: pointer to gadget's struct device
* @td_pool: pointer to controller's TD pool
*/
struct ci13xxx_ep {
Expand All @@ -57,7 +56,6 @@ struct ci13xxx_ep {
/* global resources */
struct ci13xxx *udc;
spinlock_t *lock;
struct device *device;
struct dma_pool *td_pool;
};

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/usb/chipidea/udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,6 @@ static int init_eps(struct ci13xxx *udc)

mEp->udc = udc;
mEp->lock = &udc->lock;
mEp->device = &udc->gadget.dev;
mEp->td_pool = udc->td_pool;

mEp->ep.name = mEp->name;
Expand Down

0 comments on commit aaaa27a

Please sign in to comment.