lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZsVDyadlVGR2NrHA@localhost.localdomain>
Date: Wed, 21 Aug 2024 09:32:57 +0800
From: Jianhua Lu <lujianhua000@...il.com>
To: Liao Chen <liaochen4@...wei.com>
Cc: linux-fbdev@...r.kernel.org, dri-devel@...ts.freedesktop.org,
	linux-kernel@...r.kernel.org, lee@...nel.org,
	daniel.thompson@...aro.org, jingoohan1@...il.com, deller@....de
Subject: Re: [PATCH -next] backlight: ktz8866: fix module autoloading

On Tue, Aug 20, 2024 at 12:16:28PM +0000, Liao Chen wrote:
> diff --git a/drivers/video/backlight/ktz8866.c b/drivers/video/backlight/ktz8866.c
> index 2e508741c0af..351c2b4d63ed 100644
> --- a/drivers/video/backlight/ktz8866.c
> +++ b/drivers/video/backlight/ktz8866.c
> @@ -190,6 +190,7 @@ static const struct of_device_id ktz8866_match_table[] = {
>  	},
>  	{},
>  };
> +MODULE_DEVICE_TABLE(of, ktz8866_match_table);
>  
>  static struct i2c_driver ktz8866_driver = {
>  	.driver = {
> -- 
> 2.34.1
> 

Reviewed-by: Jianhua Lu <lujianhua000@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ