summaryrefslogtreecommitdiff
path: root/net/can/can_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/can/can_host.c')
-rw-r--r--net/can/can_host.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/can/can_host.c b/net/can/can_host.c
index 1dfaf0ced0..be4547d913 100644
--- a/net/can/can_host.c
+++ b/net/can/can_host.c
@@ -79,8 +79,7 @@ static void can_host_instance_init(Object *obj)
object_property_add_link(obj, "canbus", TYPE_CAN_BUS,
(Object **)&ch->bus,
object_property_allow_set_link,
- OBJ_PROP_LINK_STRONG,
- &error_abort);
+ OBJ_PROP_LINK_STRONG);
}
static void can_host_class_init(ObjectClass *klass,