[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for enhanced edid driver compatibility

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 10 14:57:09 UTC 2022


== Series Details ==

Series: enhanced edid driver compatibility
URL   : https://patchwork.freedesktop.org/series/101241/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
a6ac1723dd25 drm/edid: seek for available CEA block from specific EDID block index
426e5a856c6d drm/edid: parse multiple CEA extension block
34060e19ea5e drm/edid: read HF-EEODB ext block
5e47f1e4e336 drm/edid: parse HF-EEODB CEA extension block
-:48: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!edid"
#48: FILE: drivers/gpu/drm/drm_edid.c:3369:
+	if (edid == NULL || edid->extensions == 0 || *ext_index >= ext_blk_num)

total: 0 errors, 0 warnings, 1 checks, 145 lines checked
bed5ef6e025a drm/edid: check for HF-SCDB block




More information about the Intel-gfx mailing list