summaryrefslogtreecommitdiff
path: root/include/soc/brcmstb/common.h
diff options
context:
space:
mode:
authorStanislaw Gruszka <sgruszka@redhat.com>2017-02-08 13:51:29 +0100
committerKalle Valo <kvalo@codeaurora.org>2017-02-08 17:30:19 +0200
commit80a97eae304631f57ff8560f87c0b18b95321443 (patch)
tree25697fad6ba5262b1d2facb315070bd358bc4157 /include/soc/brcmstb/common.h
parent0488a6121dfe6cbd44de15ea3627913b7549a1e9 (diff)
rt61pci: use entry directly
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'include/soc/brcmstb/common.h')
0 files changed, 0 insertions, 0 deletions
lock'. Second, I have removed locking from `pl330_request_channel' and `pl330_release_channel' functions. Function `pl330_request_channel' is only called from `pl330_alloc_chan_resources', so the lock is already held. Function `pl330_release_channel' is called from `pl330_free_chan_resources', which already holds the lock, and from `pl330_del'. Function `pl330_del' is called in an error path of `pl330_probe' and at the end of `pl330_remove', but I assume that there cannot be concurrent accesses to the protected data at those points. Signed-off-by: Iago Abal <mail@iagoabal.eu> Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'net/ipv6/esp6.c')