diff options
Diffstat (limited to 'drivers/xen/gntdev.c')
| -rw-r--r-- | drivers/xen/gntdev.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/xen/gntdev.c b/drivers/xen/gntdev.c index 880798aae2f..39871326afa 100644 --- a/drivers/xen/gntdev.c +++ b/drivers/xen/gntdev.c @@ -193,9 +193,8 @@ static void gntdev_put_map(struct grant_map *map)  	atomic_sub(map->count, &pages_mapped); -	if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT) { +	if (map->notify.flags & UNMAP_NOTIFY_SEND_EVENT)  		notify_remote_via_evtchn(map->notify.event); -	}  	if (map->pages) {  		if (!use_ptemod)  |