
13 Aug
2018
13 Aug
'18
6:21 p.m.
On 07/16/2018 01:28 PM, Brendan Shanks wrote:
In ft_fixup_enet_phy_connect_type(), use strlen() instead of sizeof() on the pointer result of phy_string_for_interface(). sizeof() was returning the size of the pointer (4 bytes), resulting in the phy-connection-type being set to "rgmi" rather than "rgmii-id".
Signed-off-by: Brendan Shanks brendan.shanks@teradek.com Cc: York Sun york.sun@nxp.com
Applied to fsl-qoriq master, awaiting upstream. Thanks.
York