projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d8ff0
)
ASoC: zte: Fix missing dev in devm operation
author
Mark Brown
<broonie@kernel.org>
Thu, 4 Jun 2015 16:11:18 +0000
(17:11 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 4 Jun 2015 16:11:18 +0000
(17:11 +0100)
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/zte/zx296702-spdif.c
patch
|
blob
|
history
diff --git
a/sound/soc/zte/zx296702-spdif.c
b/sound/soc/zte/zx296702-spdif.c
index
4a93bca
..
11a0e46
100644
(file)
--- 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;