Skip to content

Commit

Permalink
xen: flag xen_snd_front to be not essential for system boot
Browse files Browse the repository at this point in the history
The Xen pv sound driver is not essential for booting. Set the respective
flag.

Signed-off-by: Juergen Gross <jgross@suse.com>
  • Loading branch information
jgross1 authored and intel-lab-lkp committed Oct 22, 2021
1 parent b7dd81a commit ed8f15a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/xen/xen_snd_front.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ static struct xenbus_driver xen_driver = {
.probe = xen_drv_probe,
.remove = xen_drv_remove,
.otherend_changed = sndback_changed,
.not_essential = true;
};

static int __init xen_drv_init(void)
Expand Down

0 comments on commit ed8f15a

Please sign in to comment.