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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:22 +0000 (20:14 +0000)
commit243749271dbc00ce9d400ae87ddb848e236f323a
tree32a10fb7429d594f108640d57340d8c40a667a7a
parent509c223966f058d2eb0394863433182f0545b143
net: phy: at803x: fix passing the wrong reference for config_intr

[ Upstream commit f8fdbf3389f44c7026f16e36cb1f2ff017f7f5b2 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/phy/at803x.c