diff options
author | Hans Verkuil <[email protected]> | 2023-05-24 13:11:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2023-06-09 16:07:03 +0100 |
commit | 254f3337ce2575bf94f1fb40cc40fdbc70371116 (patch) | |
tree | 0f1f24eb0023fbaae6983cf5aa3f37f644169e22 /scripts/generate_rust_analyzer.py | |
parent | f7c487366b3a82ced30923e591aaab0cdf1e4199 (diff) |
media: rockchip: rga: fix clock cleanup
Fix this smatch warning:
drivers/media/platform/rockchip/rga/rga.c:734 rga_enable_clocks() warn: 'rga->sclk' from clk_prepare_enable() not released on lines: 734.
The reason is that aclk should be disabled/unprepared before
sclk, instead of the other way around.
Signed-off-by: Hans Verkuil <[email protected]>
Cc: Jacob Chen <[email protected]>
Cc: Ezequiel Garcia <[email protected]>
Reviewed-by: Michael Tretter <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions