Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linus
[sfrench/cifs-2.6.git] / drivers / infiniband / core / cm.c
index 764787ebe8d80f661ba9e7edf0b0e98c38502bfc..c9730cb3f695f0dc3f58e460038e586a0e0c6368 100644 (file)
@@ -3693,7 +3693,7 @@ static void cm_add_one(struct ib_device *ib_device)
        cm_dev->device = device_create(&cm_class, &ib_device->dev,
                                       MKDEV(0, 0), NULL,
                                       "%s", ib_device->name);
-       if (!cm_dev->device) {
+       if (IS_ERR(cm_dev->device)) {
                kfree(cm_dev);
                return;
        }