Commit 0f690ccf authored by Jiri Kosina's avatar Jiri Kosina

HID: hidraw: print message when succesfully initialized

Print a message when hidraw has been succesfully initialized.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent cf5425bf
......@@ -581,6 +581,7 @@ int __init hidraw_init(void)
if (result < 0)
goto error_class;
printk(KERN_INFO "hidraw: raw HID events driver (C) Jiri Kosina\n");
out:
return result;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment