interleaved_samples is only zero-initialized when layout_want_mcs() is called.
We should not check for it. There is also no need to.
* "This field must be set to 0 for all SINT MSRTs when all RT channels
* are not written"
*/
- if (templ->nr_samples > 1 && !layout->interleaved_samples &&
- !util_format_is_pure_sint(templ->format)) {
+ if (templ->nr_samples > 1 && !util_format_is_pure_sint(templ->format)) {
want_mcs = true;
} else if (templ->nr_samples <= 1) {
/*