Re: [PATCH] drm: Add the missing symbol '.'

2024-07-30 Thread Daniel Vetter
On Mon, Jul 29, 2024 at 02:57:56PM +0800, oushixiong1...@163.com wrote: > From: Shixiong Ou > > Signed-off-by: Shixiong Ou Applied to drm-misc-next, thanks for your patch. -Sima > --- > drivers/gpu/drm/drm_probe_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] drm: Add the missing symbol '.'

2024-07-29 Thread oushixiong1025
From: Shixiong Ou Signed-off-by: Shixiong Ou --- drivers/gpu/drm/drm_probe_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_probe_helper.c b/drivers/gpu/drm/drm_probe_helper.c index bb49d552e671..285290067056 100644 --- a/drivers/gpu/drm/drm_prob