]> Gentwo Git Trees - linux/.git/commit
team: Add matching error label for failed action
authorNikola Z. Ivanov <zlatistiv@gmail.com>
Fri, 28 Nov 2025 07:25:44 +0000 (09:25 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 1 Dec 2025 22:20:17 +0000 (14:20 -0800)
commitaee0f01b4f118844cb126a5f27e91c2adf087c59
tree198f91583f95652457399283a99d869b0fadd671
parent9bf66036d686b9a67000ba22bd94be13a4ea79ac
team: Add matching error label for failed action

Follow the "action" - "err_action" pairing of labels
found across the source code of team net device.

Currently in team_port_add the err_set_slave_promisc
label is reused for exiting on error when setting
allmulti level of the new slave.

Signed-off-by: Nikola Z. Ivanov <zlatistiv@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://patch.msgid.link/20251128072544.223645-1-zlatistiv@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/team/team_core.c