Loading drivers/input/misc/hbtp_input.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
drivers/input/misc/hbtp_input.c +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading