== Series Details == Series: DGFX OpRegion (rev4) URL : https://patchwork.freedesktop.org/series/99738/ State : warning == Summary == Error: dim checkpatch failed f20709da5fa0 drm/i915/opregion: Add intel_opregion_init() wrapper 78a0ce03f189 drm/i915/opregion: Abstract opregion function 69eb07b28866 drm/i915/opregion: Add dgfx opregion func 6268b7ad8dd7 drm/i915/opregion: Cond dgfx opregion func registration 9cbb10bdb056 drm/i915/dgfx: OPROM OpRegion Setup -:236: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*exprom_hdr)...) over kzalloc(sizeof(struct expansion_rom_header)...) #236: FILE: drivers/gpu/drm/i915/display/intel_opregion.c:1046: + exprom_hdr = kzalloc(sizeof(struct expansion_rom_header), GFP_KERNEL); -:237: CHECK:ALLOC_SIZEOF_STRUCT: Prefer kzalloc(sizeof(*exprom_pci_data)...) over kzalloc(sizeof(struct pci_data_structure)...) #237: FILE: drivers/gpu/drm/i915/display/intel_opregion.c:1047: + exprom_pci_data = kzalloc(sizeof(struct pci_data_structure), GFP_KERNEL); total: 0 errors, 0 warnings, 2 checks, 395 lines checked bcbd63a312ee drm/i915/dgfx: Get VBT from rvda