== Series Details == Series: Improvements to uc firmare management URL : https://patchwork.freedesktop.org/series/116517/ State : warning == Summary == Error: dim checkpatch failed e2f47c7391c0 drm/i915/guc: Decode another GuC load failure case a317c98847de drm/i915/guc: Print status register when waiting for GuC to load b7ccc12b47a8 drm/i915/uc: Track patch level versions on reduced version firmware files -:58: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'major_' - possible side-effects? #58: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:200: +#define GUC_FW_BLOB(prefix_, major_, minor_, patch_) \ + UC_FW_BLOB_NEW(major_, minor_, patch_, false, \ + MAKE_GUC_FW_PATH_MAJOR(prefix_, major_, minor_, patch_)) -:58: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'minor_' - possible side-effects? #58: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:200: +#define GUC_FW_BLOB(prefix_, major_, minor_, patch_) \ + UC_FW_BLOB_NEW(major_, minor_, patch_, false, \ + MAKE_GUC_FW_PATH_MAJOR(prefix_, major_, minor_, patch_)) -:58: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'patch_' - possible side-effects? #58: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:200: +#define GUC_FW_BLOB(prefix_, major_, minor_, patch_) \ + UC_FW_BLOB_NEW(major_, minor_, patch_, false, \ + MAKE_GUC_FW_PATH_MAJOR(prefix_, major_, minor_, patch_)) total: 0 errors, 0 warnings, 3 checks, 90 lines checked aebc3a2f1989 drm/i915/uc: Split firmware table validation to a separate function 6ef9c0062ed6 drm/i915/uc: Reject doplicate entries in firmware table