ip17xx: correct aneg_done return value
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Tue, 6 Jun 2017 22:25:32 +0000 (01:25 +0300)
committerJo-Philipp Wich <jo@mein.io>
Wed, 13 Dec 2017 14:53:16 +0000 (15:53 +0100)
commit13a5568d6edc15338d20e279eaf7dfb271cd73b0
treeb43a0fe4627b0fd73695afcc66237f76198ee789
parent816fb3433b48af45a6e48bd2810950f71d27535f
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 <ryazanov.s.a@gmail.com>
(cherry picked from commit 2cc61e6e8e951b1480a024fdb66bc539aa163bbc)
target/linux/generic/files/drivers/net/phy/ip17xx.c