smcinvoke: Fix compilation error
With Bazel some of the warnings are now error. Change-Id: Ie195c8bc993dce27cf5f2353a8965605ac50ae72
此提交包含在:
@@ -275,7 +275,7 @@ static int get_root_obj(struct Object *rootObj)
|
||||
|
||||
ret = get_root_fd(&root_fd);
|
||||
if (ret) {
|
||||
pr_err("Failed to get root fd, ret = %d\n");
|
||||
pr_err("Failed to get root fd, ret = %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
*rootObj = tzobject_new(root_fd);
|
||||
|
新增問題並參考
封鎖使用者