mirror of
https://github.com/gnif/vendor-reset.git
synced 2026-02-10 11:22:43 +01:00
Small QoL logging clarification
This commit is contained in:
@@ -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