From: Breno Leitao Date: Thu, 4 Feb 2010 10:11:18 +0000 (+0000) Subject: qlge: removing unreachable block of code X-Git-Tag: v2.6.34-rc1~233^2~413 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0fee99fce97af37b1db6ed8dd6951fb9a8d7201;p=pandora-kernel.git 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 Signed-off-by: Ron Mercer Signed-off-by: David S. Miller --- Reading git-diff-tree failed