We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611ff1b commit fab451dCopy full SHA for fab451d
arch/arm/xen/p2m.c
@@ -109,7 +109,7 @@ int set_foreign_p2m_mapping(struct gnttab_map_grant_ref *map_ops,
109
* immediate unmapping.
110
*/
111
map_ops[i].status = GNTST_general_error;
112
- unmap.host_addr = map_ops[i].host_addr,
+ unmap.host_addr = map_ops[i].host_addr;
113
unmap.handle = map_ops[i].handle;
114
map_ops[i].handle = INVALID_GRANT_HANDLE;
115
if (map_ops[i].flags & GNTMAP_device_map)
0 commit comments