From: Arvid Brodin Date: Fri, 11 Jul 2014 16:21:12 +0000 (+0200) Subject: net/hsr: Remove left-over never-true conditional code. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=279f64b7a771d84cbdea51ac2f794becfb06bcd4;p=pandora-kernel.git net/hsr: Remove left-over never-true conditional code. MacAddressB is an array (unsigned char MacAddressB[ETH_ALEN]) and is allocated as a part of *node_dst (which is a struct hsr_node). So the condition is always false. Detected by Dan Carpenter. Signed-off-by: Arvid Brodin Signed-off-by: David S. Miller --- Reading git-diff-tree failed