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:
5d3fd69
)
firewire: cdev: replace some spin_lock_irqsave by spin_lock_irq
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Sun, 4 Jan 2009 15:23:29 +0000
(16:23 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Tue, 24 Mar 2009 19:56:45 +0000
(20:56 +0100)
All of these functions are entered with IRQs enabled.
Hence the unconditional spin_unlock_irq can be used.
Function: Caller context:
dequeue_event() client process, via read(2)
fill_bus_reset_event() fw-device.c update worqueue job
release_client_resource() client process, via ioctl(2)
fw_device_op_release() client process, via close(2)
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-cdev.c
patch
|
blob
|
history
diff --cc
drivers/firewire/fw-cdev.c
Simple merge