From: Cédric Augonnet Date: Sun, 20 Apr 2008 17:15:51 +0000 (+0200) Subject: Removing dead code in drivers/net/wan/hdlc_fr.c X-Git-Tag: v2.6.26-rc1~1067^2~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cda1edf029370d396fb610f7e41fad9a7123164;p=pandora-kernel.git Removing dead code in drivers/net/wan/hdlc_fr.c The local variable "prefix" is never used anymore, and the content of this string appears a bit later, directly in a call to "alloc_netdev" after doing exactly the same if/else test. So there seems to be no point keeping those 4 lines anymore. Signed-off-by: Cédric Augonnet Signed-off-by: Krzysztof Hałasa Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed