@@ -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);