Upgrade to 4.4.50-rt62
[kvmfornfv.git] / kernel / sound / soc / intel / skylake / skl.c
index caa69c4..b4844f7 100644 (file)
@@ -464,8 +464,10 @@ static int skl_probe(struct pci_dev *pci,
 
        skl->nhlt = skl_nhlt_init(bus->dev);
 
-       if (skl->nhlt == NULL)
+       if (skl->nhlt == NULL) {
+               err = -ENODEV;
                goto out_free;
+       }
 
        pci_set_drvdata(skl->pci, ebus);