]> git.karo-electronics.de Git - linux-beck.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)
commit9c4ef4b0301673c6fa48b5ad138b6ce94e34c841
treefbd56e659d41da0643d8c5f5aa8c468fbed83ba5
parent075167ed71b7bd9fdeaa5c2f69179471d17e3712
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