You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Input: make input_register_handler() return error codes
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
@@ -91,8 +91,7 @@ static struct input_handler evbug_handler = {
|
||||
|
||||
static int __init evbug_init(void)
|
||||
{
|
||||
input_register_handler(&evbug_handler);
|
||||
return 0;
|
||||
return input_register_handler(&evbug_handler);
|
||||
}
|
||||
|
||||
static void __exit evbug_exit(void)
|
||||
|
||||
Reference in New Issue
Block a user