On Thu, 07 Apr 2022, Patchwork <patchwork@xxxxxxxxxxxxxxxxxxxxxx> wrote: > == Series Details == > > Series: drm/edid: low level EDID block read refactoring etc. > URL : https://patchwork.freedesktop.org/series/102329/ > State : failure > > == Summary == > > CALL scripts/checksyscalls.sh > CALL scripts/atomic/check-atomics.sh > DESCEND objtool > CHK include/generated/compile.h > CC drivers/gpu/drm/drm_edid.o > drivers/gpu/drm/drm_edid.c: In function ‘drm_do_get_edid’: > drivers/gpu/drm/drm_edid.c:2183:42: error: ‘j’ undeclared (first use in this function) > edid_block_status_print(status, block, j); Argh, last minute rebase fail. > ^ > drivers/gpu/drm/drm_edid.c:2183:42: note: each undeclared identifier is reported only once for each function it appears in > scripts/Makefile.build:288: recipe for target 'drivers/gpu/drm/drm_edid.o' failed > make[3]: *** [drivers/gpu/drm/drm_edid.o] Error 1 > scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm' failed > make[2]: *** [drivers/gpu/drm] Error 2 > scripts/Makefile.build:550: recipe for target 'drivers/gpu' failed > make[1]: *** [drivers/gpu] Error 2 > Makefile:1834: recipe for target 'drivers' failed > make: *** [drivers] Error 2 > > -- Jani Nikula, Intel Open Source Graphics Center