mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-31 03:31:32 +00:00
The current dsa_register_switch function takes a useless struct device pointer argument, which always equals ds->dev. Drivers either call it with ds->dev, or with the same device pointer passed to dsa_switch_alloc, which ends up being assigned to ds->dev. This patch removes the second argument of the dsa_register_switch and _dsa_register_switch functions. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net> |
||
|---|---|---|
| .. | ||
| chip.c | ||
| global1_atu.c | ||
| global1_vtu.c | ||
| global1.c | ||
| global1.h | ||
| global2.c | ||
| global2.h | ||
| Kconfig | ||
| Makefile | ||
| mv88e6xxx.h | ||
| phy.c | ||
| phy.h | ||
| port.c | ||
| port.h | ||
| serdes.c | ||
| serdes.h | ||