mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 02:00:53 +07:00
HID: hidraw: print message when succesfully initialized
Print a message when hidraw has been succesfully initialized. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
cf5425bfcd
commit
0f690ccf56
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user