summaryrefslogtreecommitdiff
path: root/tools/arch/powerpc
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-31 12:36:39 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-31 12:36:39 -0800
commit415f9b71d17d294c2f2075b3fc7717d72e5e48f9 (patch)
tree2baf33529d5de478b2501b7fa155d4cc95d35627 /tools/arch/powerpc
parentf9a42e0d58cf0fe3d902e63d4582f2ea4cd2bb8b (diff)
parent81ddd8c0c5e1cb41184d66567140cb48c53eb3d1 (diff)
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Pull cifs fix from Steve French: "A small cifs fix for stable" * 'for-next' of git://git.samba.org/sfrench/cifs-2.6: cifs: initialize file_info_lock
Diffstat (limited to 'tools/arch/powerpc')
0 files changed, 0 insertions, 0 deletions
ch->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 'include/uapi/video/sisfb.h')