aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/davicom/dm9000.c
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2013-03-31 10:11:04 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-31 19:42:44 -0400
commit3340d2aae3433ad9147f6bf0adc452b324e31591 (patch)
tree2f016de5dd8eaea175f1aec891f982ef8622277d /drivers/net/ethernet/davicom/dm9000.c
parentsh_eth: workaround for spurious ECI interrupt (diff)
downloadlinux-dev-3340d2aae3433ad9147f6bf0adc452b324e31591.tar.xz
linux-dev-3340d2aae3433ad9147f6bf0adc452b324e31591.zip
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>
Diffstat (limited to 'drivers/net/ethernet/davicom/dm9000.c')
0 files changed, 0 insertions, 0 deletions