warning: initialization makes pointer from integer without a cast Signed-off-by: Omar Ramirez Luna <omar.ramirez@xxxxxx> --- drivers/dsp/bridge/wmd/tiomap3430_pwr.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/dsp/bridge/wmd/tiomap3430_pwr.c b/drivers/dsp/bridge/wmd/tiomap3430_pwr.c index 34e5a74..9324f1e 100644 --- a/drivers/dsp/bridge/wmd/tiomap3430_pwr.c +++ b/drivers/dsp/bridge/wmd/tiomap3430_pwr.c @@ -798,7 +798,8 @@ DSP_STATUS tiomap3430_bump_dsp_opp_level(void) { #ifdef CONFIG_BRIDGE_DVFS struct WMD_DEV_CONTEXT *dwContext; - struct DEV_OBJECT *hDevObject = DRV_GetFirstDevObject(); + struct DEV_OBJECT *hDevObject = + (struct DEV_OBJECT *)DRV_GetFirstDevObject(); struct dspbridge_platform_data *pdata = omap_dspbridge_dev->dev.platform_data; -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html