diff options
Diffstat (limited to 'drivers/usb/musb/omap2430.c')
-rw-r--r-- | drivers/usb/musb/omap2430.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 59d2245db1c8..cefafdcbe3a6 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c | |||
@@ -305,6 +305,9 @@ static void omap_musb_set_mailbox(struct omap2430_glue *glue) | |||
305 | default: | 305 | default: |
306 | dev_dbg(dev, "ID float\n"); | 306 | dev_dbg(dev, "ID float\n"); |
307 | } | 307 | } |
308 | |||
309 | atomic_notifier_call_chain(&musb->xceiv->notifier, | ||
310 | musb->xceiv->last_event, NULL); | ||
308 | } | 311 | } |
309 | 312 | ||
310 | 313 | ||