aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorSergei Shtylyov <[email protected]>2013-03-31 10:11:04 +0000
committerDavid S. Miller <[email protected]>2013-03-31 23:42:44 +0000
commit3340d2aae3433ad9147f6bf0adc452b324e31591 (patch)
tree2f016de5dd8eaea175f1aec891f982ef8622277d /net/unix/af_unix.c
parentsh_eth: workaround for spurious ECI interrupt (diff)
downloadkernel-3340d2aae3433ad9147f6bf0adc452b324e31591.tar.gz
kernel-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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions