]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: PL011: move cts_event workaround into separate function
authorAndre Przywara <andre.przywara@arm.com>
Thu, 21 May 2015 16:26:20 +0000 (17:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:08:51 +0000 (13:08 -0700)
commit800e1d200f41062705fd8b1ae8b9c6865ae5551d
treefbd56e659d41da0643d8c5f5aa8c468fbed83ba5
parent3ad170201e43add3b4a65fa0df550757a6b1f24b
drivers: PL011: move cts_event workaround into separate function

To avoid lines with more than 80 characters and to make the
pl011_int() function more readable, move the workaround out into a
separate function.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Mark Langsdorf <mlangsdo@redhat.com>
Tested-by: Naresh Bhat <nbhat@cavium.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c