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

Commit f88725ff authored by Jiri Pirko's avatar Jiri Pirko Committed by David S. Miller
Browse files

team: pass NULL to __team_option_inst_add() instead of 0

parent 01048d9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ static int __team_option_inst_add_option(struct team *team,
	int err;

	if (!option->per_port) {
		err = __team_option_inst_add(team, option, 0);
		err = __team_option_inst_add(team, option, NULL);
		if (err)
			goto inst_del_option;
	}