]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: remove dev arg of dsa_register_switch
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Fri, 26 May 2017 22:12:51 +0000 (18:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 May 2017 16:35:43 +0000 (12:35 -0400)
commit41d104990bca0643b938655b783ebbdd420b0621
treed4c5a136738596efc5427533a49c7b030b95fb3b
parent9a06ec0f76b37a6f31505f39aa62580c97d63ec4
net: dsa: remove dev arg of dsa_register_switch

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>
drivers/net/dsa/b53/b53_common.c
drivers/net/dsa/dsa_loop.c
drivers/net/dsa/lan9303-core.c
drivers/net/dsa/mt7530.c
drivers/net/dsa/mv88e6xxx/chip.c
drivers/net/dsa/qca8k.c
include/net/dsa.h
net/dsa/dsa2.c