* [PATCH] sound: soc: codecs: Remove unnecessary THIS_MODULE
@ 2021-03-13 8:23 Wang Qing
2021-03-15 11:36 ` Mark Brown
2021-03-15 16:57 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Wang Qing @ 2021-03-13 8:23 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
Srinivas Kandagatla, Wang Qing, alsa-devel, linux-kernel
As THIS_MODULE has been set in module_platform_driver(), so remove it.
Signed-off-by: Wang Qing <wangqing@vivo.com>
---
sound/soc/codecs/lpass-rx-macro.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/lpass-rx-macro.c b/sound/soc/codecs/lpass-rx-macro.c
index c9c21d22..5b9d4e9
--- a/sound/soc/codecs/lpass-rx-macro.c
+++ b/sound/soc/codecs/lpass-rx-macro.c
@@ -3585,7 +3585,6 @@ static const struct of_device_id rx_macro_dt_match[] = {
static struct platform_driver rx_macro_driver = {
.driver = {
.name = "rx_macro",
- .owner = THIS_MODULE,
.of_match_table = rx_macro_dt_match,
.suppress_bind_attrs = true,
},
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sound: soc: codecs: Remove unnecessary THIS_MODULE
2021-03-13 8:23 [PATCH] sound: soc: codecs: Remove unnecessary THIS_MODULE Wang Qing
@ 2021-03-15 11:36 ` Mark Brown
2021-03-15 16:57 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-03-15 11:36 UTC (permalink / raw)
To: Wang Qing
Cc: Liam Girdwood, Jaroslav Kysela, Takashi Iwai,
Srinivas Kandagatla, alsa-devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 463 bytes --]
On Sat, Mar 13, 2021 at 04:23:02PM +0800, Wang Qing wrote:
> As THIS_MODULE has been set in module_platform_driver(), so remove it.
Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] sound: soc: codecs: Remove unnecessary THIS_MODULE
2021-03-13 8:23 [PATCH] sound: soc: codecs: Remove unnecessary THIS_MODULE Wang Qing
2021-03-15 11:36 ` Mark Brown
@ 2021-03-15 16:57 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-03-15 16:57 UTC (permalink / raw)
To: Jaroslav Kysela, linux-kernel, Liam Girdwood, Takashi Iwai,
Wang Qing, alsa-devel, Srinivas Kandagatla
Cc: Mark Brown
On Sat, 13 Mar 2021 16:23:02 +0800, Wang Qing wrote:
> As THIS_MODULE has been set in module_platform_driver(), so remove it.
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] sound: soc: codecs: Remove unnecessary THIS_MODULE
commit: a5e78cfbd50e33c19236f32693516380d1a61c34
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-15 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 8:23 [PATCH] sound: soc: codecs: Remove unnecessary THIS_MODULE Wang Qing
2021-03-15 11:36 ` Mark Brown
2021-03-15 16:57 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®