Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f02aa3f9 authored by Erik Hovland's avatar Erik Hovland Committed by Russell King
Browse files

[ARM] 3216/1: indent and typo in drivers/serial/pxa.c



Patch from Erik Hovland

This patch provides two changes. An indent is supplied for an if/else clause so that it is more readable. An acronym is incorrectly typed as UER when it should be IER.

Signed-off-by: default avatarErik Hovland <erik@hovland.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 9e625ff8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -641,7 +641,7 @@ serial_pxa_console_write(struct console *co, const char *s, unsigned int count)
	int i;

	/*
	 *	First save the UER then disable the interrupts
	 *	First save the IER then disable the interrupts
	 */
	ier = serial_in(up, UART_IER);
	serial_out(up, UART_IER, UART_IER_UUE);