Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b355381 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: hbtp_input: NULL terminate list of attributes"

parents e263b038 714efac0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -325,8 +325,8 @@ static struct attribute *secure_touch_attrs[] = {
	&dev_attr_secure_touch_enable.attr,
	&dev_attr_secure_touch.attr,
	&dev_attr_secure_touch_userspace.attr,
	NULL
#endif
	NULL
};

static const struct attribute_group secure_touch_attr_group = {