drivers/serial/cpm_uart/cpm_uart_core.c
100644 → 100755
+14
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Fix CPM serial port corruption when running with CONFIG_PREEMPT_RT. Userland usage of console, and kernel printf's were stepping on each others toes. Also only take lock if not in an oops. Signed-off-by:Rune Torgersen <runet@innovsys.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>