]> Git Repo - linux.git/commit
drm/xe/ads: Use flexible-array
authorLucas De Marchi <[email protected]>
Mon, 6 May 2024 14:19:17 +0000 (07:19 -0700)
committerLucas De Marchi <[email protected]>
Thu, 9 May 2024 14:36:19 +0000 (09:36 -0500)
commit2d4b74a619de70e1b87683fa2fa23affa5315f7f
treee1bd23813e6b5206e81b31c95c8bdd4b29f62f36
parentdd5a440a31fae6e459c0d6271dddd62825505361
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 <[email protected]>
Reported-by: Julia Lawall <[email protected]>
Closes: https://lore.kernel.org/r/[email protected]/
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: Matthew Brost <[email protected]>
Reviewed-by: Matthew Brost <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Lucas De Marchi <[email protected]>
(cherry picked from commit ee7284230644e21fef0e38fc5bf8f907b6bb7f7c)
Signed-off-by: Lucas De Marchi <[email protected]>
drivers/gpu/drm/xe/xe_guc_ads.c
This page took 0.063175 seconds and 4 git commands to generate.