Error code is not returned in the <handle> field of the
gnttab_map_grant_ref structure but in the <status> field only.
Signed-off-by: Rafał Wojdyła <omeg@invisiblethingslab.com>
/*
* GNTTABOP_map_grant_ref: Map the grant entry (<dom>,<ref>) for access
* by devices and/or host CPUs. If successful, <handle> is a tracking number
- * that must be presented later to destroy the mapping(s). On error, <handle>
+ * that must be presented later to destroy the mapping(s). On error, <status>
* is a negative status code.
* NOTES:
* 1. If GNTMAP_device_map is specified then <dev_bus_addr> is the address