commit | 3340d2aae3433ad9147f6bf0adc452b324e31591 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Sun Mar 31 10:11:04 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 31 19:42:44 2013 -0400 |
tree | 2f016de5dd8eaea175f1aec891f982ef8622277d | |
parent | 3893b27345ac0ff13c1b9ec20ad50966b810997e [diff] |
sh_eth: make 'link' field of 'struct sh_eth_private' *int* The 'link' field of 'struct sh_eth_private' has type 'enum phy_state' while the 'link' field of 'struct phy_device' is merely *int* (having values 0 and 1) and the former field gets assigned from the latter. Make the field match, getting rid of incorrectly used PHY_DOWN value in assignments/comparisons. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>