Small QoL logging clarification

This commit is contained in:
Adam Madsen
2020-11-10 13:01:50 -06:00
parent 67422cc5bd
commit 7b2f5d76dd
2 changed files with 5 additions and 2 deletions

View File

@@ -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)