Commits
Murali Karicheri committed 169443e7bfe
net: netcp: ethss: fix the return type of netcp_sgmii_get_port_link() Change the return type of netcp_sgmii_get_port_link() function to bool since it is assigned to a bool in the calling function, netcp_ethss_update_link_state(). Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>