aboutsummaryrefslogtreecommitdiffstats
path: root/sound/xen/xen_snd_front.c
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2021-10-22 08:48:00 +0200
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2021-11-23 13:43:54 -0600
commitde6da33e6cb79abd4a5721b65b9a7dbed24378f8 (patch)
treea56fbd78b21b77ab4fdefaf249e32259a040ee25 /sound/xen/xen_snd_front.c
parentxen: flag pvcalls-front to be not essential for system boot (diff)
downloadlinux-dev-de6da33e6cb79abd4a5721b65b9a7dbed24378f8.tar.xz
linux-dev-de6da33e6cb79abd4a5721b65b9a7dbed24378f8.zip
xen: flag xen_snd_front to be not essential for system boot
The Xen pv sound driver is not essential for booting. Set the respective flag. [boris: replace semicolon with comma] Signed-off-by: Juergen Gross <jgross@suse.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Link: https://lore.kernel.org/r/20211022064800.14978-6-jgross@suse.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to '')
-rw-r--r--sound/xen/xen_snd_front.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/xen/xen_snd_front.c b/sound/xen/xen_snd_front.c
index 2cb0a19be2b8..4041748c12e5 100644
--- a/sound/xen/xen_snd_front.c
+++ b/sound/xen/xen_snd_front.c
@@ -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)