Re: [PATCH -next] drm/bridge: lt9611: Add missing MODULE_DEVICE_TABLE

2021-05-17 Thread Robert Foss
Hey Zou, On Wed, 12 May 2021 at 08:29, Zou Wei wrote: > > This patch adds missing MODULE_DEVICE_TABLE definition which generates > correct modalias for automatic loading of this driver when it is built > as an external module. > > Reported-by: Hulk Robot > Signed-off-by: Zou Wei > --- > driver

[PATCH -next] drm/bridge: lt9611: Add missing MODULE_DEVICE_TABLE

2021-05-11 Thread Zou Wei
This patch adds missing MODULE_DEVICE_TABLE definition which generates correct modalias for automatic loading of this driver when it is built as an external module. Reported-by: Hulk Robot Signed-off-by: Zou Wei --- drivers/gpu/drm/bridge/lontium-lt9611.c | 1 + 1 file changed, 1 insertion(+)