smcinvoke: Fix compilation error

With Bazel some of the warnings are now error.

Change-Id: Ie195c8bc993dce27cf5f2353a8965605ac50ae72
此提交包含在:
Smita Ghosh
2022-11-16 09:04:05 -08:00
父節點 81cf72e4ab
當前提交 5233220e29
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

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