radeonsi: fix a warning caused by previous commit

Cc: 10.5 10.4 <mesa-stable@lists.freedesktop.org>
This commit is contained in:
Marek Olšák
2015-02-23 11:42:59 +01:00
parent 7820a11e3d
commit 050bf75c8b
@@ -661,7 +661,7 @@ bcolor:
}
}
if (j == vsinfo->num_outputs & !G_028644_PT_SPRITE_TEX(tmp)) {
if (j == vsinfo->num_outputs && !G_028644_PT_SPRITE_TEX(tmp)) {
/* No corresponding output found, load defaults into input.
* Don't set any other bits.
* (FLAT_SHADE=1 completely changes behavior) */