mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-06-27 22:14:28 +02:00
Small QoL logging clarification
This commit is contained in:
+4
-1
@@ -160,10 +160,13 @@ static int __init vendor_reset_init(void)
|
||||
if (install_hook)
|
||||
{
|
||||
ret = fh_install_hooks(fh_hooks);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
vr_info("Hooks installed successfully\n");
|
||||
}
|
||||
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void __exit vendor_reset_exit(void)
|
||||
|
||||
Reference in New Issue
Block a user