vbe: Allow probing the VBE bootmeth to fail in OS fixup
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jan 2023 23:48:54 +0000 (16:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 19 Jan 2023 00:41:16 +0000 (19:41 -0500)
commit635bb31dad88f852b90376dfa38250b842cc5ba4
treea16efbc231e6f5f90b0e3e056a5c8fbd4cf18e17
parent65d373abb0e8267ca98723429b330186af35e0e1
vbe: Allow probing the VBE bootmeth to fail in OS fixup

This device is created when there are no bootmeths defined in the device
tree. But it cannot be probed without a device tree node.

For now, ignore a probe failure.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Karsten Merker <merker@debian.org>
Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Fixes: a56f663f0707 ("vbe: Add info about the VBE device to the fwupd node")
Tested-by: Vagrant Cascadian <vagrant@debian.org>
Tested-by: Karsten Merker <merker@debian.org>
boot/vbe_simple_os.c