From: Jiri Pirko <j...@mellanox.com>

As we rely on caller zeroing or correctly set the struct before the call,
this implicit type set is either no-op (DEVLINK_PORT_TYPE_NOTSET is 0)
or it rewrites wanted value. So remove this.

Signed-off-by: Jiri Pirko <j...@mellanox.com>
---
 net/core/devlink.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/core/devlink.c b/net/core/devlink.c
index 590fa56..44f880d 100644
--- a/net/core/devlink.c
+++ b/net/core/devlink.c
@@ -630,7 +630,6 @@ int devlink_port_register(struct devlink *devlink,
        }
        devlink_port->devlink = devlink;
        devlink_port->index = port_index;
-       devlink_port->type = DEVLINK_PORT_TYPE_NOTSET;
        devlink_port->registered = true;
        list_add_tail(&devlink_port->list, &devlink->port_list);
        mutex_unlock(&devlink_port_mutex);
-- 
2.5.5

Reply via email to