summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_wm9712.c
diff options
context:
space:
mode:
authorMark Brown2013-04-12 14:57:21 +0200
committerMark Brown2013-04-12 14:57:21 +0200
commitd14bc151a4f66871fd02fd9b28d8464859ca3ae2 (patch)
tree0d868863b8a00960bc1d40a495fed8759be36951 /sound/soc/tegra/tegra_wm9712.c
parentMerge remote-tracking branch 'asoc/topic/tas5086' into asoc-next (diff)
parentASoC: tegra: add Tegra114 support to tegra_asoc_utils.c (diff)
downloadkernel-qcow2-linux-d14bc151a4f66871fd02fd9b28d8464859ca3ae2.tar.gz
kernel-qcow2-linux-d14bc151a4f66871fd02fd9b28d8464859ca3ae2.tar.xz
kernel-qcow2-linux-d14bc151a4f66871fd02fd9b28d8464859ca3ae2.zip
Merge remote-tracking branch 'asoc/topic/tegra' into asoc-next
Diffstat (limited to 'sound/soc/tegra/tegra_wm9712.c')
-rw-r--r--sound/soc/tegra/tegra_wm9712.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/tegra/tegra_wm9712.c b/sound/soc/tegra/tegra_wm9712.c
index 6839f88167d0..5e119630b0e0 100644
--- a/sound/soc/tegra/tegra_wm9712.c
+++ b/sound/soc/tegra/tegra_wm9712.c
@@ -79,11 +79,6 @@ static int tegra_wm9712_driver_probe(struct platform_device *pdev)
struct tegra_wm9712 *machine;
int ret;
- if (!pdev->dev.of_node) {
- dev_err(&pdev->dev, "No platform data supplied\n");
- return -EINVAL;
- }
-
machine = devm_kzalloc(&pdev->dev, sizeof(struct tegra_wm9712),
GFP_KERNEL);
if (!machine) {