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

diff --git a/drivers/dsp/bridge/wmd/ue_deh.c b/drivers/dsp/bridge/wmd/ue_deh.c
index 284f378..fae036f 100644
--- a/drivers/dsp/bridge/wmd/ue_deh.c
+++ b/drivers/dsp/bridge/wmd/ue_deh.c
@@ -137,7 +137,7 @@ dsp_status bridge_deh_destroy(struct deh_mgr *hdeh_mgr)
                bridge_deh_release_dummy_mem();
                /* If notification object exists, delete it */
                if (deh_mgr_obj->ntfy_obj)
-                       (void)ntfy_delete(deh_mgr_obj->ntfy_obj);
+                       ntfy_delete(deh_mgr_obj->ntfy_obj);
                /* Disable DSP MMU fault */
                free_irq(INT_DSP_MMU_IRQ, deh_mgr_obj);
 
@@ -275,7 +275,7 @@ void bridge_deh_notify(struct deh_mgr *hdeh_mgr, u32 
ulEventMask, u32 dwErrInfo)
                /* Set the Board state as ERROR */
                dev_context->dw_brd_state = BRD_ERROR;
                /* Disable all the clocks that were enabled by DSP */
-               (void)dsp_peripheral_clocks_disable(dev_context, NULL);
+               dsp_peripheral_clocks_disable(dev_context, NULL);
                /* Call DSP Trace Buffer */
                print_dsp_trace_buffer(hdeh_mgr->hwmd_context);
 
-- 
1.7.0.3

--
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