|
@@ -105,7 +105,7 @@ static int eukrea_tlv320_probe(struct platform_device *pdev)
|
|
int ret;
|
|
int ret;
|
|
int int_port = 0, ext_port;
|
|
int int_port = 0, ext_port;
|
|
struct device_node *np = pdev->dev.of_node;
|
|
struct device_node *np = pdev->dev.of_node;
|
|
- struct device_node *ssi_np, *codec_np;
|
|
|
|
|
|
+ struct device_node *ssi_np = NULL, *codec_np = NULL;
|
|
|
|
|
|
eukrea_tlv320.dev = &pdev->dev;
|
|
eukrea_tlv320.dev = &pdev->dev;
|
|
if (np) {
|
|
if (np) {
|