Skip to content
Commit 45e24601 authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 50aec3b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment