Merge remote-tracking branch 'mailbox/mailbox-for-next'
[deliverable/linux.git] / drivers / i2c / busses / i2c-amd756.c
index 6c7113d990f882a758435eb78fc172510a6faed6..274908cd1fdeabc4a76f8c9e58e7b3a52cc20401 100644 (file)
@@ -378,11 +378,8 @@ static int amd756_probe(struct pci_dev *pdev, const struct pci_device_id *id)
                 amd756_ioport);
 
        error = i2c_add_adapter(&amd756_smbus);
-       if (error) {
-               dev_err(&pdev->dev,
-                       "Adapter registration failed, module not inserted\n");
+       if (error)
                goto out_err;
-       }
 
        return 0;
 
This page took 0.026264 seconds and 5 git commands to generate.