aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBreno Leitao <[email protected]>2010-02-04 10:11:18 +0000
committerDavid S. Miller <[email protected]>2010-02-04 15:42:27 -0800
commite0fee99fce97af37b1db6ed8dd6951fb9a8d7201 (patch)
treea5e931c7ddb286de3961d7491910d753f596ff36 /include/linux
parentd088dde7b19628f386c486f16cd471f5b5682ca8 (diff)
qlge: removing unreachable block of code
Currently the qlge_change_mtu() is never called if the new_mtu is equal current MTU, due this condition on dev_set_mtu(): if (new_mtu == dev->mtu) return 0; So, this block of code is never reached and is being removed. Signed-off-by: Breno Leitao <[email protected]> Signed-off-by: Ron Mercer <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions