]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit01ad1d0b3abc69bdc76e45d3896fe45ecec061fb
tree9ecbd3593127c6ef480ca72da0d791184b102ebf
parentb3217b8af1008e6d53b4e7961db70bec3717c50e
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