diff mbox series

ASoC: qcom: sm8250: add missing module owner

Message ID 20220816165229.7971-1-srinivas.kandagatla@linaro.org (mailing list archive)
State Accepted
Commit c6e14bb9f50df7126ca64405ae807d8bc7b39f9a
Headers show
Series ASoC: qcom: sm8250: add missing module owner | expand

Commit Message

Srinivas Kandagatla Aug. 16, 2022, 4:52 p.m. UTC
Add missing module owner to able to build and load this driver as module.

Fixes: aa2e2785545a ("ASoC: qcom: sm8250: add sound card qrb5165-rb5 support")
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
 sound/soc/qcom/sm8250.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Mark Brown Aug. 17, 2022, 1:09 p.m. UTC | #1
On Tue, 16 Aug 2022 17:52:29 +0100, Srinivas Kandagatla wrote:
> Add missing module owner to able to build and load this driver as module.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: qcom: sm8250: add missing module owner
      commit: c6e14bb9f50df7126ca64405ae807d8bc7b39f9a

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
diff mbox series

Patch

diff --git a/sound/soc/qcom/sm8250.c b/sound/soc/qcom/sm8250.c
index ce4a5713386a..98a2fde9e004 100644
--- a/sound/soc/qcom/sm8250.c
+++ b/sound/soc/qcom/sm8250.c
@@ -270,6 +270,7 @@  static int sm8250_platform_probe(struct platform_device *pdev)
 	if (!card)
 		return -ENOMEM;
 
+	card->owner = THIS_MODULE;
 	/* Allocate the private data */
 	data = devm_kzalloc(dev, sizeof(*data), GFP_KERNEL);
 	if (!data)