summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBiju Das <biju.das.jz@bp.renesas.com>2026-03-20 16:41:48 +0000
committerAdrián Larumbe <adrian.larumbe@collabora.com>2026-03-27 02:06:42 +0000
commit1a14d961660eaa17f21918d0cdf75a00b613ee05 (patch)
treebab0a283dbba049a602a2e3b35472fdec4e6a4d8 /tools/perf/scripts/python/bin
parent53b67da5f043d6d76de025cb1b7efd4a5151c697 (diff)
drm/panfrost: Drop redundant optional clock checks in runtime PM
The clk_enable() and clk_disable() APIs already handle NULL clock pointers gracefully — clk_enable() returns 0 and clk_disable() returns immediately when passed a NULL or optional clock. The explicit if (pfdev->bus_clock) guards around these calls in the runtime suspend/resume paths are therefore unnecessary. Remove them to simplify the code. Reviewed-by: Steven Price <steven.price@arm.com> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> Reviewed-by: Adrián Larumbe <adrian.larumbe@collabora.com> Link: https://patch.msgid.link/20260320164158.487406-3-biju.das.jz@bp.renesas.com Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions