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

Commit a4b4dfab authored by Ajit Khaparde's avatar Ajit Khaparde Committed by David S. Miller
Browse files

be2net: Allow VFs to call be_cmd_reset_function.

parent f8617e08
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -2959,11 +2959,9 @@ static int __devinit be_probe(struct pci_dev *pdev,
	if (status)
		goto ctrl_clean;

	if (be_physfn(adapter)) {
	status = be_cmd_reset_function(adapter);
	if (status)
		goto ctrl_clean;
	}

	status = be_stats_init(adapter);
	if (status)