mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
serial: sc16is7xx: change conditional operator indentation
Move "?" conditional operator all on same line to improve readability. Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com> Link: https://patch.msgid.link/20251027142957.1032073-13-hugo@hugovil.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
be1d3aac8f
commit
b90871cba6
|
|
@ -1180,8 +1180,7 @@ static int sc16is7xx_startup(struct uart_port *port)
|
|||
/* This bit must be written with LCR[7] = 0 */
|
||||
sc16is7xx_port_update(port, SC16IS7XX_MCR_REG,
|
||||
SC16IS7XX_MCR_IRDA_BIT,
|
||||
one->irda_mode ?
|
||||
SC16IS7XX_MCR_IRDA_BIT : 0);
|
||||
one->irda_mode ? SC16IS7XX_MCR_IRDA_BIT : 0);
|
||||
|
||||
/* Enable the Rx and Tx FIFO */
|
||||
sc16is7xx_port_update(port, SC16IS7XX_EFCR_REG,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user