From 279f64b7a771d84cbdea51ac2f794becfb06bcd4 Mon Sep 17 00:00:00 2001 From: Arvid Brodin Date: Fri, 11 Jul 2014 18:21:12 +0200 Subject: [PATCH] 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-format-patch failed