ip17xx: correct aneg_done return value
authorSergey Ryazanov <ryazanov.s.a@gmail.com>
Tue, 6 Jun 2017 22:25:32 +0000 (01:25 +0300)
committerJohn Crispin <john@phrozen.org>
Wed, 7 Jun 2017 09:06:29 +0000 (11:06 +0200)
commit2cc61e6e8e951b1480a024fdb66bc539aa163bbc
treea439f2d5f7ffd9ef256bdb27e478c2d8371368d3
parent913b2290caad437bb523d6f1ee5a70707f7f7ef4
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>
target/linux/generic/files/drivers/net/phy/ip17xx.c