diff options
author | 2023-01-26 02:10:01 +0100 | |
---|---|---|
committer | 2023-02-08 09:10:30 +0100 | |
commit | b6a736e79e473dfd6b6c97ea615d347c93dfb07a (patch) | |
tree | 82c9c9d7c3066678cfb7b98b759169ddb2d84147 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: imx-mipi-csis: Rename error labels with 'err_' prefix (diff) | |
download | wireguard-linux-b6a736e79e473dfd6b6c97ea615d347c93dfb07a.tar.xz wireguard-linux-b6a736e79e473dfd6b6c97ea615d347c93dfb07a.zip |
media: imx-mipi-csis: Don't take lock in runtime PM handlers
The runtime PM handlers don't need manual locking as
- they are serialized by the runtime PM core
- they can't race with other functions taking the same lock, as they
don't access any data protect by that lock
Drop the locking.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Tested-by: Adam Ford <aford173@gmail.com> #imx8mn-beacon
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions