commit | 89980827c7a1e3c2b36895c22c6ef0e92aea6b0c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Oct 12 23:36:19 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 16 11:13:20 2010 -0700 |
tree | 84a248d335452737f66912fe61f8ad5e9ac3a7e7 | |
parent | 35f2516f0a1f9dddb339849c7a07e089322c18c3 [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>