|
@@ -357,6 +357,8 @@ static int get_vdev_port_node_info(struct mdesc_handle *md, u64 node,
|
|
|
|
|
|
|
|
node_info->vdev_port.id = *idp;
|
|
node_info->vdev_port.id = *idp;
|
|
|
node_info->vdev_port.name = kstrdup_const(name, GFP_KERNEL);
|
|
node_info->vdev_port.name = kstrdup_const(name, GFP_KERNEL);
|
|
|
|
|
+ if (!node_info->vdev_port.name)
|
|
|
|
|
+ return -1;
|
|
|
node_info->vdev_port.parent_cfg_hdl = *parent_cfg_hdlp;
|
|
node_info->vdev_port.parent_cfg_hdl = *parent_cfg_hdlp;
|
|
|
|
|
|
|
|
return 0;
|
|
return 0;
|