summaryrefslogtreecommitdiffstats
path: root/drivers/net/sundance.c
diff options
context:
space:
mode:
authorDan Carpenter <error27@gmail.com>2010-10-12 23:36:19 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-16 11:13:20 -0700
commit89980827c7a1e3c2b36895c22c6ef0e92aea6b0c (patch)
tree84a248d335452737f66912fe61f8ad5e9ac3a7e7 /drivers/net/sundance.c
parent35f2516f0a1f9dddb339849c7a07e089322c18c3 (diff)
pch_gbe: fix if condition in set_settings()
There were no curly braces in this if condition so it always enabled full duplex. And ecmd->speed is an unsigned short so it is never equal to -1. The effect is that mii_ethtool_sset() fails with -EINVAL and an error is printed to dmesg. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sundance.c')
0 files changed, 0 insertions, 0 deletions