linux: intel VMCoreInfo: BugFix. Return layer if both values are present

This commit is contained in:
Gustavo Moreira
2024-11-18 15:20:38 +11:00
parent 41a93473e9
commit 4c0ddca796
+1 -1
View File
@@ -366,7 +366,7 @@ class LinuxIntelVMCOREINFOStacker(interfaces.automagic.StackerLayerInterface):
dtb,
)
return layer
return layer
vollog.debug("No suitable linux banner could be matched")
return None