Signed-off-by: Jeff Squyres <jsquy...@cisco.com>
---
 src/init.c | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/init.c b/src/init.c
index d0e4b1c..9c21768 100644
--- a/src/init.c
+++ b/src/init.c
@@ -557,19 +557,5 @@ HIDDEN int ibverbs_init(struct ibv_device ***list)
        }
 
 out:
-       for (sysfs_dev = sysfs_dev_list,
-                    next_dev = sysfs_dev ? sysfs_dev->next : NULL;
-            sysfs_dev;
-            sysfs_dev = next_dev, next_dev = sysfs_dev ? sysfs_dev->next : 
NULL) {
-               if (!sysfs_dev->have_driver) {
-                       fprintf(stderr, PFX "Warning: no userspace 
device-specific "
-                               "driver found for %s\n", sysfs_dev->sysfs_path);
-                       if (statically_linked)
-                               fprintf(stderr, "       When linking libibverbs 
statically, "
-                                       "driver must be statically linked 
too.\n");
-               }
-               free(sysfs_dev);
-       }
-
        return num_devices;
 }
-- 
2.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to