kernel: Syncronize upstream changes (#198)
* Cherry-picked range: (kernel)
ebea31daa8..6915b62b9a
* Also merged unmerged pr:
https://github.com/tiann/KernelSU/pull/ 2909
Co-authored-by: Ylarod <me@ylarod.cn>
Co-authored-by: 5ec1cff <56485584+5ec1cff@users.noreply.github.com>
Co-authored-by: backslashxx <118538522+backslashxx@users.noreply.github.com>
Co-authored-by: u9521 <63995396+u9521@users.noreply.github.com>
Co-authored-by: Wang Han <416810799@qq.com>
This commit is contained in:
@@ -157,7 +157,7 @@ void ksu_feature_init(void)
|
||||
feature_handlers[i] = NULL;
|
||||
}
|
||||
|
||||
pr_info("%s: feature management initialized\n", __func__);
|
||||
pr_info("feature: feature management initialized\n");
|
||||
}
|
||||
|
||||
void ksu_feature_exit(void)
|
||||
@@ -172,5 +172,5 @@ void ksu_feature_exit(void)
|
||||
|
||||
mutex_unlock(&feature_mutex);
|
||||
|
||||
pr_info("%s: feature management cleaned up\n", __func__);
|
||||
pr_info("feature: feature management cleaned up\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user