Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287041
b: refs/heads/master
c: b30b3c6
h: refs/heads/master
i:
  287039: 67f8adc
v: v3
  • Loading branch information
NeilBrown authored and Felipe Balbi committed Jan 25, 2012
1 parent 1d51817 commit f3e93c1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c09d6b51d78f5ad33417dbac9b479bd6709f9f25
refs/heads/master: b30b3c60a25a4afbc49167ecb6210c291178ee5f
4 changes: 2 additions & 2 deletions trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ static inline void omap2430_low_level_init(struct musb *musb)
musb_writel(musb->mregs, OTG_FORCESTDBY, l);
}

/* blocking notifier support */
static int musb_otg_notifications(struct notifier_block *nb,
unsigned long event, void *unused)
{
Expand All @@ -231,7 +230,7 @@ static int musb_otg_notifications(struct notifier_block *nb,
musb->xceiv_event = event;
schedule_work(&musb->otg_notifier_work);

return 0;
return NOTIFY_OK;
}

static void musb_otg_notifier_work(struct work_struct *data_notifier_work)
Expand Down Expand Up @@ -386,6 +385,7 @@ static void omap2430_musb_disable(struct musb *musb)
static int omap2430_musb_exit(struct musb *musb)
{
del_timer_sync(&musb_idle_timer);
cancel_work_sync(&musb->otg_notifier_work);

omap2430_low_level_exit(musb);
otg_put_transceiver(musb->xceiv);
Expand Down

0 comments on commit f3e93c1

Please sign in to comment.