From: Russell King Date: Wed, 4 Jan 2006 19:19:06 +0000 (+0000) Subject: [SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port() X-Git-Tag: v2.6.16-rc1~930^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e24601921fc1c4ca7932f7f7a475d3ad64ecad;p=pandora-kernel.git [SERIAL] Move interrupt-time spinlocking inside serial8250_handle_port() All call sites for serial8250_handle_port() acquired the port spinlock and released it afterwards. This is a needless duplication of code. Move the spinlocking inside serial8250_handle_port(). Signed-off-by: Russell King --- Reading git-diff-tree failed