Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38415360 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Disable bus vote warning logs for opb-dpb split case"

parents de69369f 64b77683
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -319,10 +319,6 @@ static int msm_comm_vote_bus(struct msm_vidc_core *core)
		 */
		vote_data[i].color_formats[0] = get_hal_uncompressed(yuv);
		vote_data[i].num_formats = 1;
		WARN(msm_comm_get_stream_output_mode(inst) ==
				HAL_VIDEO_DECODER_SECONDARY,
			"Bus voting for sessions with split mode not yet implemented\n");

		i++;
	}
	mutex_unlock(&core->lock);