]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: phy: at803x: fix passing the wrong reference for config_intr
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 8 Dec 2023 14:51:48 +0000 (15:51 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Dec 2023 10:34:27 +0000 (10:34 +0000)
commitf8fdbf3389f44c7026f16e36cb1f2ff017f7f5b2
tree29a9503326ee4dd4a296daee24a0eab9e01058b1
parent4f7aa122bc9219baca0bfface5917062d6c45ee8
net: phy: at803x: fix passing the wrong reference for config_intr

Fix passing the wrong reference for config_initr on passing the function
pointer, drop the wrong & from at803x_config_intr in the PHY struct.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/at803x.c