summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/sm8250.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@kernel.org>2022-09-16 21:42:18 +0200
committerWolfram Sang <wsa@kernel.org>2022-09-16 21:42:18 +0200
commitd819524d3144f4703f45f473fdc85ad7579ae94c (patch)
tree9bcb29b9b1a24ecf5a1a367c1af7d9be138ba041 /sound/soc/qcom/sm8250.c
parenti2c: rk3x: Add rv1126 support (diff)
parentLinux 6.0-rc5 (diff)
downloadlinux-d819524d3144f4703f45f473fdc85ad7579ae94c.tar.xz
linux-d819524d3144f4703f45f473fdc85ad7579ae94c.zip
Merge tag 'v6.0-rc5' into i2c/for-mergewindow
Linux 6.0-rc5
Diffstat (limited to 'sound/soc/qcom/sm8250.c')
-rw-r--r--sound/soc/qcom/sm8250.c1
1 files changed, 1 insertions, 0 deletions
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)