kernel: make compiler happy

This commit is contained in:
weishu
2023-10-21 22:43:58 +08:00
parent 84f16e4c82
commit 344c08bb79
3 changed files with 12 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ static void do_update_uid(struct work_struct *work)
ksu_filp_open_compat(SYSTEM_PACKAGES_LIST_PATH, O_RDONLY, 0);
if (IS_ERR(fp)) {
pr_err("do_update_uid, open " SYSTEM_PACKAGES_LIST_PATH
" failed: %d\n",
" failed: %ld\n",
PTR_ERR(fp));
return;
}