]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe/ads: Use flexible-array
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 6 May 2024 14:19:17 +0000 (07:19 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 7 May 2024 23:32:25 +0000 (16:32 -0700)
commitee7284230644e21fef0e38fc5bf8f907b6bb7f7c
tree55cba9068ccc18d07ec4068fea792596e651c5a3
parentb7f6318a9c3d9c79b724b20ff5382775a9c58346
drm/xe/ads: Use flexible-array

Zero-length arrays are deprecated and flexible arrays should be
used instead: https://www.kernel.org/doc/html/v6.9-rc7/process/deprecated.html#zero-length-and-one-element-arrays

Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Julia Lawall <julia.lawall@inria.fr>
Closes: https://lore.kernel.org/r/202405051824.AmjAI5Pg-lkp@intel.com/
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240506141917.205714-1-lucas.demarchi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_guc_ads.c