]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: anx7625: Use devm_pm_runtime_enable()
authorChen-Yu Tsai <wenst@chromium.org>
Wed, 9 Apr 2025 09:38:13 +0000 (17:38 +0800)
committerChen-Yu Tsai <wenst@chromium.org>
Tue, 15 Apr 2025 07:42:17 +0000 (15:42 +0800)
commitf8cc87024d1a1261f71dd2413951b87875b3422f
tree93b576f8171d4cc21ea54d3c51c4c7aec23f6a67
parentaec8a40228acb385d60feec59b54573d307e60f3
drm/bridge: anx7625: Use devm_pm_runtime_enable()

The anx7625 driver is open coding what devm_pm_runtime_enable() does.

Switch to the common helper instead.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://patch.msgid.link/20250409093814.3977025-1-wenst@chromium.org
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
drivers/gpu/drm/bridge/analogix/anx7625.c