From: Sergey Ryazanov Date: Tue, 6 Jun 2017 22:25:32 +0000 (+0300) Subject: ip17xx: correct aneg_done return value X-Git-Tag: v18.06.0-rc1~2756 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=2cc61e6e8e951b1480a024fdb66bc539aa163bbc;hp=2cc61e6e8e951b1480a024fdb66bc539aa163bbc ip17xx: correct aneg_done return value PHY core treats any positive return value as the auto-negotiation done indication. Since we do not actually check any device register in this callback then update it to return positive value with a neutral meaning instead of the register flag to avoid confusing for future readers. Signed-off-by: Sergey Ryazanov ---