@@ -943,7 +953,10 @@ int sdw_cdns_init(struct sdw_cdns *cdns)
cdns_writel(cdns, CDNS_MCP_CONFIG, val); - return 0;
+       /* commit changes */
+       ret = cdns_update_config(cdns);
+
+       return ret;

+       return cdns_update_config(cdns);

yes, will fix. thanks!

Reply via email to