Re: linux-next: build failure after merge of the drm-misc tree

From: Damon Ding
Date: Wed May 28 2025 - 03:17:49 EST


Hi Stephen,

On 2025/5/28 11:42, Stephen Rothwell wrote:
Hi all,

After merging the drm-misc tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:

drivers/gpu/drm/bridge/analogix/analogix_dp_core.c: In function 'analogix_dp_probe':
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1589:17: error: label 'err_disable_clk' used but not defined
1589 | goto err_disable_clk;
| ^~~~

Caused by commit

6579a03e68ff ("drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing")

I have used the drm-misc tree from next-20250527 for today.


Oh, I have found the same compile error after rebasing.

I have removed the 'err_disable_clk' flag and made it return ERR_PTR(ret) in:
https://lore.kernel.org/all/20250310104114.2608063-7-damon.ding@xxxxxxxxxxxxxx/

Likely a small merge conflict bug. Will patch it later. ;-)

Best regards,
Damon