From: Felipe Contreras <[email protected]>

Signed-off-by: Felipe Contreras <[email protected]>
---
 drivers/dsp/bridge/wmd/tiomap_sm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/dsp/bridge/wmd/tiomap_sm.c 
b/drivers/dsp/bridge/wmd/tiomap_sm.c
index 1b31162..535dc13 100644
--- a/drivers/dsp/bridge/wmd/tiomap_sm.c
+++ b/drivers/dsp/bridge/wmd/tiomap_sm.c
@@ -144,7 +144,7 @@ DSP_STATUS CHNLSM_InterruptDSP2(struct WMD_DEV_CONTEXT 
*pDevContext,
 
                pDevContext->dwBrdState = BRD_RUNNING;
        }
-       timeout = jiffies + msecs_to_jiffies(10);
+       timeout = jiffies + msecs_to_jiffies(1);
        while (fifo_full((void __iomem *) resources.dwMboxBase, 0)) {
                if (time_after(jiffies, timeout)) {
                        printk(KERN_ERR "dspbridge: timed out waiting for 
mailbox\n");
-- 
1.6.2.1.287.g9a8be

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to