commit | 6952d8923bcc8d6b8b43b065cfe9a31bb24f0d58 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Mar 28 16:15:38 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 28 16:15:38 2008 -0700 |
tree | 2d0b7987def9e9591596d054a28e07494338c45e | |
parent | 3480c63bdf008e9289aab94418f43b9592978fff [diff] |
[BOND]: Fix warning in bond_sysfs.c original_mtu is only used if we end up with a non-NULL dev, and it is assigned in all such cases, but GCC can't see that. Signed-off-by: David S. Miller <davem@davemloft.net>