aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/xen/xen-pciback/xenbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 4a7e6e0a5f4c..c214daab4829 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++ b/drivers/xen/xen-pciback/xenbus.c
@@ -174,6 +174,7 @@ static int xen_pcibk_attach(struct xen_pcibk_device *pdev)
174 "version mismatch (%s/%s) with pcifront - " 174 "version mismatch (%s/%s) with pcifront - "
175 "halting " DRV_NAME, 175 "halting " DRV_NAME,
176 magic, XEN_PCI_MAGIC); 176 magic, XEN_PCI_MAGIC);
177 err = -EFAULT;
177 goto out; 178 goto out;
178 } 179 }
179 180