Re: [U-Boot] [PATCH 030/080] serial: ns16550: Fix style violation

2017-10-08 Thread Simon Glass
On 29 September 2017 at 06:51, Mario Six wrote: > Clarify the computation precedence in two ternary operator > constructions. > > Signed-off-by: Mario Six > --- > drivers/serial/ns16550.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Simon Glass ___

[U-Boot] [PATCH 030/080] serial: ns16550: Fix style violation

2017-09-29 Thread Mario Six
Clarify the computation precedence in two ternary operator constructions. Signed-off-by: Mario Six --- drivers/serial/ns16550.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/ns16550.c b/drivers/serial/ns16550.c index c702304e79..6f9ce689cf 100644 --- a/dr