Revision 05e0be7c900797e9164976a6014d534ce3035909 authored by Christophe JAILLET on 31 January 2017, 08:47:30 UTC, committed by Dmitry Torokhov on 31 January 2017, 08:51:06 UTC
These tests are reversed.  A warning should be displayed if an error is
returned, not on success.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 3f5c34c
Raw File
Makefile
#
# Makefile for HSR
#

obj-$(CONFIG_HSR)	+= hsr.o

hsr-y			:= hsr_main.o hsr_framereg.o hsr_device.o \
			   hsr_netlink.o hsr_slave.o hsr_forward.o
back to top