net: phy: constify fwnode_get_phy_node() fwnode argument
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 24 Mar 2023 09:23:53 +0000 (09:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Mar 2023 07:12:01 +0000 (08:12 +0100)
commit4a0faa02d419a6728abef0f1d8a32d8c35ef95e6
treee985d5e9e2dd5f85d82d816e54563d18b1c550d0
parent850a8d2dc712abeea9a39b6cb53db6b78069ace0
net: phy: constify fwnode_get_phy_node() fwnode argument

fwnode_get_phy_node() does not motify the fwnode structure, so make
the argument const,

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/phy_device.c
include/linux/phy.h