drm/i915/uc: Rationalise delimiters in filename macros
authorJohn Harrison <John.C.Harrison@Intel.com>
Tue, 29 Nov 2022 23:20:29 +0000 (15:20 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 30 Nov 2022 21:59:27 +0000 (13:59 -0800)
commitb02ba9ed7cbe7a2ca5b790297cd9c4d30fb810fe
tree01fe641d8e2ca3f8102a47afaced3fea9f363e7e
parent4186e2185b4ffc9ce652566d4a4f249484841ff4
drm/i915/uc: Rationalise delimiters in filename macros

The way delimiters (underscores and dots) were added to the UC
filenames was different for different types of delimiter. Rationalise
them to all be done the same way - implicitly in the concatenation
macro rather than explicitly in the file name prefix.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221129232031.3401386-2-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c