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

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

Merge "input: misc: fix error path for hbtp touch driver"

parents 9ad03b1f c7ac4db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1479,6 +1479,7 @@ static int __init hbtp_init(void)
	sensor_kobject = kobject_create_and_add("hbtpsensor", kernel_kobj);
	if (!sensor_kobject) {
		pr_err("%s: Could not create hbtpsensor kobject\n", __func__);
		error = -ENOMEM;
		goto err_kobject_create;
	}