etnaviv: Replace bitwise OR with logical OR
authorMarek Vasut <marex@denx.de>
Mon, 18 Nov 2019 18:12:49 +0000 (19:12 +0100)
committerChristian Gmeiner <christian.gmeiner@gmail.com>
Fri, 20 Dec 2019 12:15:37 +0000 (13:15 +0100)
commitf51ee564f5739b0b668358f9a8fe6ef990eb2210
tree0717bb84e490806b331b79b93974c23188662739
parent6e75f2172b5cc9298dee6f17e55bed60ce0c15fb
etnaviv: Replace bitwise OR with logical OR

The test here is testing whether either variable is non-zero.
While currently the test works fine, it's fragile. Replace it
with logical OR to avoid the fragility.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
src/gallium/drivers/etnaviv/etnaviv_shader.c