aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/xen-pcifront.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c
index 492b7d807fe8..d4e7a1052259 100644
--- a/drivers/pci/xen-pcifront.c
+++ b/drivers/pci/xen-pcifront.c
@@ -400,9 +400,8 @@ static int pcifront_claim_resource(struct pci_dev *dev, void *data)
400 dev_info(&pdev->xdev->dev, "claiming resource %s/%d\n", 400 dev_info(&pdev->xdev->dev, "claiming resource %s/%d\n",
401 pci_name(dev), i); 401 pci_name(dev), i);
402 if (pci_claim_resource(dev, i)) { 402 if (pci_claim_resource(dev, i)) {
403 dev_err(&pdev->xdev->dev, "Could not claim " 403 dev_err(&pdev->xdev->dev, "Could not claim resource %s/%d! "
404 "resource %s/%d! Device offline. Try " 404 "Device offline. Try using e820_host=1 in the guest config.\n",
405 "giving less than 4GB to domain.\n",
406 pci_name(dev), i); 405 pci_name(dev), i);
407 } 406 }
408 } 407 }