OMAP: serial: Remove incorrect disabling of IER interrupt
authorMark Jackson <mpfj-list@newflow.co.uk>
Thu, 15 Aug 2013 07:53:44 +0000 (08:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Aug 2013 00:42:40 +0000 (17:42 -0700)
commite438ac9ade074932383bb00d51b8ded8a0ee164b
tree9ecbd3593127c6ef480ca72da0d791184b102ebf
parent09a5163f5c0eb0944f3a2c219acd75933f74fda2
OMAP: serial: Remove incorrect disabling of IER interrupt

The recent patch to add RS485 contained a bug whereby the IER
interrupt was cleared down incorrectly.

This patch fixes the problem.

Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c