IB/ipath: register as IB device owner
This fixes an oops. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Родитель
9dcc0e58e2
Коммит
41c75a19bf
|
@ -951,6 +951,7 @@ static void *ipath_register_ib_device(int unit, struct ipath_devdata *dd)
|
||||||
idev->dd = dd;
|
idev->dd = dd;
|
||||||
|
|
||||||
strlcpy(dev->name, "ipath%d", IB_DEVICE_NAME_MAX);
|
strlcpy(dev->name, "ipath%d", IB_DEVICE_NAME_MAX);
|
||||||
|
dev->owner = THIS_MODULE;
|
||||||
dev->node_guid = ipath_layer_get_guid(dd);
|
dev->node_guid = ipath_layer_get_guid(dd);
|
||||||
dev->uverbs_abi_ver = IPATH_UVERBS_ABI_VERSION;
|
dev->uverbs_abi_ver = IPATH_UVERBS_ABI_VERSION;
|
||||||
dev->uverbs_cmd_mask =
|
dev->uverbs_cmd_mask =
|
||||||
|
|
Загрузка…
Ссылка в новой задаче