]> git.baikalelectronics.ru Git - kernel.git/commit
serial: sprd: Fix missing spin_unlock in sprd_handle_irq()
authorAxel Lin <axel.lin@ingics.com>
Mon, 16 Feb 2015 14:39:04 +0000 (22:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 02:39:55 +0000 (03:39 +0100)
commita57510c18020364a133404f6c3a50c3bf2ec0e0d
treea3b2c8c3e0717f871200cf6ab30c1c97e9805178
parentc65bdf9c3ddf10cc2d2ae0a10760ec65b93da126
serial: sprd: Fix missing spin_unlock in sprd_handle_irq()

Fix return from sprd_handle_irq() with spin_lock held.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sprd_serial.c