]> git.sur5r.net Git - u-boot/commit
serial: ns16550: Fix style violation
authorMario Six <mario.six@gdsys.cc>
Mon, 15 Jan 2018 10:09:49 +0000 (11:09 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 28 Jan 2018 14:36:28 +0000 (09:36 -0500)
commit4dbf9bed187b366ece04e6e15fd2cc918270f815
tree551e4c6a0aae90ce5c678406d95920d83c618d3b
parent7ba50418b9dc2f20e8f76857afdc85b48d49c53a
serial: ns16550: Fix style violation

Clarify the computation precedence in two ternary operator
constructions.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/serial/ns16550.c