From: Felipe Contreras <felipe.contre...@nokia.com>

We really want to catch these.

Signed-off-by: Felipe Contreras <felipe.contre...@nokia.com>
---
 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 da90821..1b31162 100644
--- a/drivers/dsp/bridge/wmd/tiomap_sm.c
+++ b/drivers/dsp/bridge/wmd/tiomap_sm.c
@@ -147,7 +147,7 @@ DSP_STATUS CHNLSM_InterruptDSP2(struct WMD_DEV_CONTEXT 
*pDevContext,
        timeout = jiffies + msecs_to_jiffies(10);
        while (fifo_full((void __iomem *) resources.dwMboxBase, 0)) {
                if (time_after(jiffies, timeout)) {
-                       DBG_Trace(DBG_LEVEL7, "Timed out waiting for DSP 
mailbox \n");
+                       printk(KERN_ERR "dspbridge: timed out waiting for 
mailbox\n");
                        return WMD_E_TIMEOUT;
                }
        }
-- 
1.6.2.1.287.g9a8be

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

Reply via email to