mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
ib_srpt: Fix conftest/rdma_query_gid/rdma_query_gid.c
Note: the rdma_query_gid() function will probably go upstream in kernel v4.18. Signed-off-by: Sergey Gorenko <sergeygo@mellanox.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7418 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
static int modinit(void)
|
||||
{
|
||||
return rdma_query_gid(NULL, 0, 0, NULL, NULL);
|
||||
return rdma_query_gid(NULL, 0, 0, NULL);
|
||||
}
|
||||
|
||||
module_init(modinit);
|
||||
|
||||
Reference in New Issue
Block a user