All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	 Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
	 Shenghao Ding <shenghao-ding@ti.com>, Kevin Lu <kevin-lu@ti.com>,
	 Baojun Xu <baojun.xu@ti.com>,
	Oder Chiou <oder_chiou@realtek.com>
Cc: linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org,
	 alsa-devel@alsa-project.org,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH 13/18] ASoC: rt712-sdca-dmic: drop driver owner assignment
Date: Wed, 27 Mar 2024 18:44:48 +0100	[thread overview]
Message-ID: <20240327-module-owner-var-v1-13-86d5002ba6dc@linaro.org> (raw)
In-Reply-To: <20240327-module-owner-var-v1-0-86d5002ba6dc@linaro.org>

Core in sdw_register_driver() already sets the .owner, so driver does
not need to.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 sound/soc/codecs/rt712-sdca-dmic.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt712-sdca-dmic.c b/sound/soc/codecs/rt712-sdca-dmic.c
index 0926b26619bd..0e4d7cbdc951 100644
--- a/sound/soc/codecs/rt712-sdca-dmic.c
+++ b/sound/soc/codecs/rt712-sdca-dmic.c
@@ -976,7 +976,6 @@ static int rt712_sdca_dmic_sdw_remove(struct sdw_slave *slave)
 static struct sdw_driver rt712_sdca_dmic_sdw_driver = {
 	.driver = {
 		.name = "rt712-sdca-dmic",
-		.owner = THIS_MODULE,
 		.pm = &rt712_sdca_dmic_pm,
 	},
 	.probe = rt712_sdca_dmic_sdw_probe,

-- 
2.34.1


  parent reply	other threads:[~2024-03-27 17:45 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27 17:44 [PATCH 00/18] ASoC: drop driver owner assignment Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 01/18] ASoC: loongson: i2s/pci: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 02/18] ASoC: tlv320aic32x4-spi: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 03/18] ASoC: tlv320aic3x-spi: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 04/18] ASoC: max98373-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 05/18] ASoC: rt1017-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 06/18] ASoC: rt1308-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 07/18] ASoC: rt1316-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 08/18] ASoC: rt1318-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 09/18] ASoC: rt5682-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 10/18] ASoC: rt700-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 11/18] ASoC: rt711-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 12/18] ASoC: rt711-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` Krzysztof Kozlowski [this message]
2024-03-27 17:44 ` [PATCH 14/18] ASoC: rt712-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 15/18] ASoC: rt715-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 16/18] ASoC: rt715-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 17/18] ASoC: rt722-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 18/18] ASoC: sdw-mockup: " Krzysztof Kozlowski
2024-03-27 18:14 ` [PATCH 00/18] ASoC: " Pierre-Louis Bossart
2024-03-29 12:33 ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240327-module-owner-var-v1-13-86d5002ba6dc@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=baojun.xu@ti.com \
    --cc=broonie@kernel.org \
    --cc=kevin-lu@ti.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=oder_chiou@realtek.com \
    --cc=perex@perex.cz \
    --cc=shenghao-ding@ti.com \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.