diff options
author | Dan Carpenter <[email protected]> | 2023-10-05 17:00:12 +0300 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-10-08 13:51:39 +0100 |
commit | 1e0b72a2a6432c0ef67ee5ce8d9172a7c20bba25 (patch) | |
tree | b1a09dc11a6fb1bca564166ce7e5e75a0da44510 /drivers/net/xen-netback/interface.c | |
parent | a2e52554c710b388df2d9d95b51cc1059af2aa22 (diff) |
mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return type
The mlxsw_sp2_nve_vxlan_learning_set() function is supposed to return
zero on success or negative error codes. So it needs to be type int
instead of bool.
Fixes: 4ee70efab68d ("mlxsw: spectrum_nve: Add support for VXLAN on Spectrum-2")
Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Petr Machata <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions