Commit 922bbe88 authored by Antonio Alecrim Jr's avatar Antonio Alecrim Jr Committed by David S. Miller

be2net: missing variable initialization

Signed-off-by: default avatarAntonio Alecrim Jr <antonio.alecrim@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 35a4a573
......@@ -2802,7 +2802,7 @@ static int be_vfs_if_create(struct be_adapter *adapter)
struct be_resources res = {0};
struct be_vf_cfg *vf_cfg;
u32 cap_flags, en_flags, vf;
int status;
int status = 0;
cap_flags = BE_IF_FLAGS_UNTAGGED | BE_IF_FLAGS_BROADCAST |
BE_IF_FLAGS_MULTICAST;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment