Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

be2net: missing variable initialization

parent 35a4a573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;