Accepting request 33724 from Virtualization
checked in (request 33724) OBS-URL: https://build.opensuse.org/request/show/33724 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=33
This commit is contained in:
committed by
Git OBS Bridge
parent
8b260f874c
commit
7d0b7344dd
@@ -6,12 +6,12 @@ Index: xen-4.0.0-testing/unmodified_drivers/linux-2.6/platform-pci/platform-pci.
|
||||
===================================================================
|
||||
--- xen-4.0.0-testing.orig/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
|
||||
+++ xen-4.0.0-testing/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
|
||||
@@ -320,7 +320,10 @@ static int check_platform_magic(struct d
|
||||
@@ -289,7 +289,10 @@ static int check_platform_magic(struct d
|
||||
|
||||
if (magic != XEN_IOPORT_MAGIC_VAL) {
|
||||
err = "unrecognised magic value";
|
||||
- goto no_dev;
|
||||
+ /*
|
||||
dev_err(dev, "invalid magic %#x", magic);
|
||||
- return -ENODEV;
|
||||
+ /*
|
||||
+ * Older backend; just return 0 to be compatible.
|
||||
+ */
|
||||
+ return 0;
|
||||
|
Reference in New Issue
Block a user