mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
be2net: missing variable initialization
Signed-off-by: Antonio Alecrim Jr <antonio.alecrim@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
35a4a5733b
commit
922bbe88c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user