aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorYe Bin <[email protected]>2021-04-09 11:51:44 +0200
committerMauro Carvalho Chehab <[email protected]>2021-05-21 15:08:02 +0200
commitca8519ddc4d7e27d941a50e310a0f6bcfafdc8a9 (patch)
tree2441a7d6313a4ac5ad3ad16d0e7b7e645444147d /tools/perf/scripts/python
parent52518e513d6dbb71a9cd8f7a1b83b76fe6f8709c (diff)
media: siano: use DEFINE_MUTEX() for mutex lock and LIST_HEAD for list head
mutex lock can be initialized automatically with DEFINE_MUTEX() rather than explicitly calling mutex_init(). list head can be initialized automatically with LIST_HEAD() rather than explicitly calling INIT_LIST_HEAD(). Reported-by: Hulk Robot <[email protected]> Signed-off-by: Ye Bin <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions