Merge remote-tracking branch 'lightnvm/for-next'
[deliverable/linux.git] / drivers / i2c / busses / i2c-ismt.c
index 1c8707710098405ce485cf310d519bee20ff6966..f573448d2132161d4839a17d11afb1c1f4104188 100644 (file)
@@ -922,10 +922,8 @@ ismt_probe(struct pci_dev *pdev, const struct pci_device_id *id)
                return err;
 
        err = i2c_add_adapter(&priv->adapter);
-       if (err) {
-               dev_err(&pdev->dev, "Failed to add SMBus iSMT adapter\n");
+       if (err)
                return -ENODEV;
-       }
        return 0;
 }
 
This page took 0.027232 seconds and 5 git commands to generate.