[alsa-devel] [PATCH] ASoC: zte: Fix missing dev in devm operation
Mark Brown
broonie at kernel.org
Thu Jun 4 18:23:10 CEST 2015
Signed-off-by: Mark Brown <broonie at kernel.org>
---
sound/soc/zte/zx296702-spdif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/zte/zx296702-spdif.c b/sound/soc/zte/zx296702-spdif.c
index 4a93bca232ff..11a0e46a1156 100644
--- a/sound/soc/zte/zx296702-spdif.c
+++ b/sound/soc/zte/zx296702-spdif.c
@@ -309,7 +309,7 @@ static int zx_spdif_probe(struct platform_device *pdev)
struct zx_spdif_info *zx_spdif;
int ret;
- zx_spdif = devm_kzalloc(sizeof(*zx_spdif), GFP_KERNEL);
+ zx_spdif = devm_kzalloc(&pdev->dev, sizeof(*zx_spdif), GFP_KERNEL);
if (!zx_spdif)
return -ENOMEM;
--
2.1.4
More information about the Alsa-devel
mailing list