From: Michal Nazarewicz Date: Fri, 29 Nov 2013 17:05:01 +0000 (+0100) Subject: staging: silicom: remove dead code X-Git-Tag: v3.14-rc1~150^2~649 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f4f4aa90473ece675df56062a9f14efbf00859;p=pandora-kernel.git staging: silicom: remove dead code bus_info field of struct ethtool_drvinfo is an array thus it always evaluates to true in a boolean context. Therefore operation depending on it being false will never be executed. Signed-off-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed