Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364660
b: refs/heads/master
c: 79c7d84
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent c905e48 commit fc3eaf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 792bfcf7a1cd7913fa5d55f2b3a40e3275e98f6f
refs/heads/master: 79c7d849777bc24d995371a066ded2ab2b359a18
12 changes: 0 additions & 12 deletions trunk/drivers/usb/chipidea/udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,16 +1688,6 @@ static irqreturn_t udc_irq(struct ci13xxx *ci)
return retval;
}

/**
* udc_release: driver release function
* @dev: device
*
* Currently does nothing
*/
static void udc_release(struct device *dev)
{
}

/**
* udc_start: initialize gadget role
* @ci: chipidea controller
Expand All @@ -1717,8 +1707,6 @@ static int udc_start(struct ci13xxx *ci)

INIT_LIST_HEAD(&ci->gadget.ep_list);

ci->gadget.dev.release = udc_release;

/* alloc resources */
ci->qh_pool = dma_pool_create("ci13xxx_qh", dev,
sizeof(struct ci13xxx_qh),
Expand Down

0 comments on commit fc3eaf3

Please sign in to comment.