Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287039
b: refs/heads/master
c: 24307ca
h: refs/heads/master
i:
  287037: e51c79d
  287035: 4058e16
  287031: a4e4fa7
  287023: 2dd4f83
  287007: 393d73e
  286975: 59fd3f2
v: v3
  • Loading branch information
Grazvydas Ignotas authored and Felipe Balbi committed Jan 24, 2012
1 parent a1d045c commit 67f8adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 4b5203f1883e2dd49273e9f91235c36a0708aad1
refs/heads/master: 24307caef4950e42e7875a901856ed8816c4679c
5 changes: 3 additions & 2 deletions trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,9 @@ static void musb_shutdown(struct platform_device *pdev)
unsigned long flags;

pm_runtime_get_sync(musb->controller);

musb_gadget_cleanup(musb);

spin_lock_irqsave(&musb->lock, flags);
musb_platform_disable(musb);
musb_generic_disable(musb);
Expand Down Expand Up @@ -1827,8 +1830,6 @@ static void musb_free(struct musb *musb)
sysfs_remove_group(&musb->controller->kobj, &musb_attr_group);
#endif

musb_gadget_cleanup(musb);

if (musb->nIrq >= 0) {
if (musb->irq_wake)
disable_irq_wake(musb->nIrq);
Expand Down

0 comments on commit 67f8adc

Please sign in to comment.