Skip to content

Commit

Permalink
drm/xen-front: Use XenBus API to close frontend
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  • Loading branch information
Oleksandr Andrushchenko authored and iartemenko committed Dec 19, 2017
1 parent b9dab02 commit de656fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/xen/xen_drm_front.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ static int xen_drv_remove(struct xenbus_device *dev)
mutex_lock(&front_info->mutex);
remove_internal(front_info);
mutex_unlock(&front_info->mutex);
xenbus_switch_state(dev, XenbusStateClosed);
xenbus_frontend_closed(dev);
return 0;
}

Expand Down

0 comments on commit de656fb

Please sign in to comment.