Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705691
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next v3 0/3] net: dsa: remove useless arguments |
| Date | 2017-08-07 18:30 +0200 |
| Message-ID | <ubT4J-2E7-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Several DSA core setup functions take many arguments, mostly because of
the legacy code. This patch series removes the useless args of these
functions, where either the dsa_switch or dsa_port argument is enough.
Changes in v3:
- rebased on top of conflicting 5f6b4e14cada ("net: dsa: User per-cpu
64-bit statistics")
- added Florian's tags
Changes in v2:
- ds->dev is already assigned by dsa_switch_alloc
Vivien Didelot (3):
net: dsa: remove useless argument in legacy setup
net: dsa: remove useless args of dsa_cpu_dsa_setup
net: dsa: remove useless args of dsa_slave_create
net/dsa/dsa.c | 10 +++++-----
net/dsa/dsa2.c | 6 +++---
net/dsa/dsa_priv.h | 6 ++----
net/dsa/legacy.c | 18 ++++++++----------
net/dsa/slave.c | 14 +++++++-------
5 files changed, 25 insertions(+), 29 deletions(-)
--
2.14.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next v3 0/3] net: dsa: remove useless arguments Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-08-07 18:30 +0200 [PATCH net-next v3 1/3] net: dsa: remove useless argument in legacy setup Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-08-07 18:30 +0200 [PATCH net-next v3 3/3] net: dsa: remove useless args of dsa_slave_create Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-08-07 18:30 +0200 [PATCH net-next v3 2/3] net: dsa: remove useless args of dsa_cpu_dsa_setup Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-08-07 18:30 +0200
csiph-web