commit | 3f07d1295191cfa41125e4e61ee2064790070071 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Sat Mar 13 12:22:16 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 13 12:22:16 2010 -0800 |
tree | 38ead9913c279857105ce4dbebefc3427d44a008 | |
parent | a003460b21323ddb29479505d9555f0985b8b2f1 [diff] |
drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant The constant TG3_FLAG_10_100_ONLY should be used with the tg3_flags field, not the tg3_flags2 field, as done elsewhere in the same file. Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net>