summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Add license and copyright.Tobias Klauser1-0/+9
2006-08-20Syscall number updateTobias Klauser1-4/+32
2006-03-13Initial importTobias Klauser1-0/+61
66d7e3fea7504e241e9004998af2c71814da18 (patch) tree2a3950c5bc3c62efe04ba3f8b662edbeacc4b980 parent7a35583ec5b64f17559c9de8d7c47f7360e40362 (diff)
mlxsw: spectrum: Remove redundant errors from the code
Currently, when device configuration fails we emit errors to the kernel log despite the fact we already get these from the EMAD transaction layer, so remove them. In addition to being unnecessary, removing these error messages will allow us to reuse mlxsw_sp_port_add_vid() to create the PVID vPort before registering the netdevice. Fixes: 99724c18fc66 ("mlxsw: spectrum: Introduce support for router interfaces") Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/ethernet/mellanox/mlxsw/spectrum.c21
1 files changed, 5 insertions, 16 deletions
diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c