ARM: PL011: Ensure error flags are clear at startup
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 Dec 2010 17:09:08 +0000 (17:09 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 5 Jan 2011 16:58:42 +0000 (16:58 +0000)
The error flags weren't being cleared upon UART startup, which
can cause problems when we add DMA support.  It's good practice
to ensure that these flags are cleared anyway, so let's do so.

This was part of a larger patch from Linus Walleij.

Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found