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] [day] [month] [year] [list]
Date:	Thu, 15 Jan 2015 17:13:03 +0800
From:	Barry Song <21cnbao@...il.com>
To:	kbuild test robot <fengguang.wu@...el.com>
Cc:	Yibo Cai <yibo.cai@....com>,
	"linux-arm-kernel@...ts.infradead.org" 
	<linux-arm-kernel@...ts.infradead.org>,
	"alsa-devel@...a-project.org" <alsa-devel@...a-project.org>,
	Takashi Iwai <tiwai@...e.de>,
	LKML <linux-kernel@...r.kernel.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	Mark Brown <broonie@...nel.org>, kbuild-all@...org,
	Barry Song <Barry.Song@....com>,
	DL-SHA-WorkGroupLinux <workgroup.linux@....com>
Subject: Re: [alsa-devel] [PATCH] ASoC: sirf: fix platform_no_drv_owner.cocci warnings

2015-01-15 17:05 GMT+08:00 kbuild test robot <fengguang.wu@...el.com>:
> sound/soc/sirf/sirf-atlas7-cs42xx8.c:192:3-8: No need to set .owner here. The core will do it.
>
>  Remove .owner field if calls are used which set it automatically
>
> Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci
>
> CC: Yibo Cai <yibo.cai@....com>
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>

applied to my tree.  thanks, fengguang.
this patch doesn't apply to alsa tree as previous patches are not ready.

> ---
>
>  sirf-atlas7-cs42xx8.c |    1 -
>  1 file changed, 1 deletion(-)
>
> --- a/sound/soc/sirf/sirf-atlas7-cs42xx8.c
> +++ b/sound/soc/sirf/sirf-atlas7-cs42xx8.c
> @@ -189,7 +189,6 @@ MODULE_DEVICE_TABLE(of, sirf_hdmi_card_o
>  static struct platform_driver sirf_hdmi_card_driver = {
>         .driver = {
>                 .name = "sirf-hdmi-card",
> -               .owner = THIS_MODULE,
>                 .pm = &snd_soc_pm_ops,
>                 .of_match_table = sirf_hdmi_card_of_match,
>         },

-barry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists