linux/net/hsr
Arvid Brodin 279f64b7a7 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>
2014-07-11 15:04:40 -07:00
..
hsr_device.c
hsr_device.h
hsr_forward.c
hsr_forward.h
hsr_framereg.c net/hsr: Remove left-over never-true conditional code. 2014-07-11 15:04:40 -07:00
hsr_framereg.h
hsr_main.c
hsr_main.h
hsr_netlink.c
hsr_netlink.h
hsr_slave.c
hsr_slave.h
Kconfig
Makefile