mirror of
https://xff.cz/git/u-boot/
synced 2025-10-04 08:51:43 +02:00
Bitwise OR has a higher operator precedence than the ternary conditional. Add the missing parentheses. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>