summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/fsl/imx-sii902x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-sii902x.c b/sound/soc/fsl/imx-sii902x.c
index 72c407dd4f9c..7cd19faa8617 100644
--- a/sound/soc/fsl/imx-sii902x.c
+++ b/sound/soc/fsl/imx-sii902x.c
@@ -172,7 +172,7 @@ static struct snd_soc_ops imx_sii902x_ops = {
static int imx_sii902x_probe(struct platform_device *pdev)
{
- struct device_node *cpu_np, *sii902x_np;
+ struct device_node *cpu_np, *sii902x_np = NULL;
struct platform_device *cpu_pdev;
struct imx_sii902x_data *data;
int ret;