usb: musb: core: decrease delayed_work time
authorFelipe Balbi <balbi@ti.com>
Thu, 26 Feb 2015 17:35:13 +0000 (11:35 -0600)
committerFelipe Balbi <balbi@ti.com>
Tue, 10 Mar 2015 20:33:28 +0000 (15:33 -0500)
commitd5fa3e9f7398adf337f03fa3257d5e9b214078ee
tree8fe53013f8d0899da56d7a774699156677efe768
parentba7ee8bb313c4a55066c4da30292aeb9abac82d8
usb: musb: core: decrease delayed_work time

When babble IRQ happens, we need to wait only
5.3us (320 cycles of 60MHz clock), we will give
it some slack and schedule our work a 10 usecs into
the future.

Tested-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c