tegra: video: fix tegra_dc_sor_config_panel()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 4 Apr 2021 23:48:51 +0000 (01:48 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 10 Apr 2021 15:07:35 +0000 (17:07 +0200)
commit131c224168c63e22570b84f757ccf2c8898a1a1a
tree0753c92c631b1d8acb90041466803d9ed184c66b
parent83064c27063dbc969477eda6a924f1418dc63991
tegra: video: fix tegra_dc_sor_config_panel()

Bitwise OR has a higher operator precedence than the ternary conditional.
Add the missing parentheses.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/video/tegra124/sor.c