git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20cc225
)
tty: Use spin_lock() inside existing critical region
author
Peter Hurley
<peter@hurleysoftware.com>
Wed, 6 Mar 2013 12:20:55 +0000
(07:20 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 21:02:32 +0000
(14:02 -0700)
The interrupt state does not need to be saved, disabled and
restored here; interrupts are already off because this lock
is bracketed by spin_lock_irq/spin_unlock_irq.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found