]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/uc: Remove static from loop variable
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 7 Mar 2025 18:13:21 +0000 (10:13 -0800)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 21 Mar 2025 17:29:08 +0000 (10:29 -0700)
commit75584c8213d341ddd5b7c72abf822e62f4b3ab27
tree731f4984d16ce40aee72e2b64f6075d3811e50e7
parentf3e08e98bf408a44182b0e3e946521a0e9b5482f
drm/xe/uc: Remove static from loop variable

The `entries` variable is used to loop through the array - it's supposed
to be const, but not static.

Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250307-xe-per-gt-fw-v1-1-459574d76400@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_uc_fw.c