Re: [PATCH] drm/mgag200: Fix a warning reported by Fi.CI.SPARSE

2023-06-22 Thread Sui Jingfeng
Hi, Ah,  I forgot to check that before send a patch, sorry for the noise  :-) On 2023/6/22 20:35, Jocelyn Falempe wrote: This patch was already sent by Tom Rix last month: https://patchwork.freedesktop.org/series/117881/ I can push it to drm-misc-next, if Thomas is ok. That sounds fine. B

Re: [PATCH] drm/mgag200: Fix a warning reported by Fi.CI.SPARSE

2023-06-22 Thread Jocelyn Falempe
This patch was already sent by Tom Rix last month: https://patchwork.freedesktop.org/series/117881/ I can push it to drm-misc-next, if Thomas is ok. Best regards, -- Jocelyn On 21/06/2023 21:11, Sui Jingfeng wrote: drivers/gpu/drm/mgag200/mgag200_drv.c:23:5: warning: symbol 'mgag200_modeset'

[PATCH] drm/mgag200: Fix a warning reported by Fi.CI.SPARSE

2023-06-21 Thread Sui Jingfeng
drivers/gpu/drm/mgag200/mgag200_drv.c:23:5: warning: symbol 'mgag200_modeset' was not declared. Should it be static? Found in the log of Fi.CI.SPARSE test [1] [1] https://patchwork.freedesktop.org/series/119249/ Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/mgag200/mgag200_drv.c | 2 +- 1 f