commit | 279f64b7a771d84cbdea51ac2f794becfb06bcd4 | [log] [tgz] |
---|---|---|
author | Arvid Brodin <arvid.brodin@alten.se> | Fri Jul 11 18:21:12 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 11 15:04:40 2014 -0700 |
tree | b065ce42f2a4437813d8fbdc78a67e76866b6ecd | |
parent | 19278cab62add209beda861696ac5f905485444f [diff] |
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 <arvid.brodin@alten.se> Signed-off-by: David S. Miller <davem@davemloft.net>