diff options
-rw-r--r-- | sound/soc/fsl/eukrea-tlv320.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/eukrea-tlv320.c b/sound/soc/fsl/eukrea-tlv320.c index dd931fa5a813..b175b0145a42 100644 --- a/sound/soc/fsl/eukrea-tlv320.c +++ b/sound/soc/fsl/eukrea-tlv320.c | |||
@@ -105,7 +105,7 @@ static int eukrea_tlv320_probe(struct platform_device *pdev) | |||
105 | int ret; | 105 | int ret; |
106 | int int_port = 0, ext_port; | 106 | int int_port = 0, ext_port; |
107 | struct device_node *np = pdev->dev.of_node; | 107 | struct device_node *np = pdev->dev.of_node; |
108 | struct device_node *ssi_np, *codec_np; | 108 | struct device_node *ssi_np = NULL, *codec_np = NULL; |
109 | 109 | ||
110 | eukrea_tlv320.dev = &pdev->dev; | 110 | eukrea_tlv320.dev = &pdev->dev; |
111 | if (np) { | 111 | if (np) { |