mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
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>
This commit is contained in:
parent
03e143b2ac
commit
de6da33e6c
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ static struct xenbus_driver xen_driver = {
|
||||||
.probe = xen_drv_probe,
|
.probe = xen_drv_probe,
|
||||||
.remove = xen_drv_remove,
|
.remove = xen_drv_remove,
|
||||||
.otherend_changed = sndback_changed,
|
.otherend_changed = sndback_changed,
|
||||||
|
.not_essential = true,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int __init xen_drv_init(void)
|
static int __init xen_drv_init(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue