net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()
authorArınç ÜNAL <arinc.unal@arinc9.com>
Mon, 22 Apr 2024 07:15:21 +0000 (10:15 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2024 10:57:03 +0000 (11:57 +0100)
commit9df9aec174f582c01f67ce1a9d2dc4f289e13b3f
tree7c11edff2bf1c510ee0ad6f0d8290b749799e923
parent318c1944710a90ab8734aa2d87472e2bc3f98677
net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()

The mt7531_rgmii_setup() function does not use the port variable, do not
pass the variable to it.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mt7530.c