bool update_params)
 {
        struct sdw_master_runtime *m_rt;
-       struct sdw_bus *bus = NULL;
+       struct sdw_bus *bus;
        struct sdw_master_prop *prop;
        struct sdw_bus_params params;
        int ret;
                }
        }
 
-       if (!bus) {
-               pr_err("Configuration error in %s\n", __func__);
-               return -EINVAL;
-       }
-
        ret = do_bank_switch(stream);
        if (ret < 0) {
                pr_err("%s: do_bank_switch failed: %d\n", __func__, ret);
 static int _sdw_enable_stream(struct sdw_stream_runtime *stream)
 {
        struct sdw_master_runtime *m_rt;
-       struct sdw_bus *bus = NULL;
+       struct sdw_bus *bus;
        int ret;
 
        /* Enable Master(s) and Slave(s) port(s) associated with stream */
                }
        }
 
-       if (!bus) {
-               pr_err("Configuration error in %s\n", __func__);
-               return -EINVAL;
-       }
-
        ret = do_bank_switch(stream);
        if (ret < 0) {
                pr_err("%s: do_bank_switch failed: %d\n", __func__, ret);