| Submitter | Jiang Liu |
|---|---|
| Date | June 22, 2012, 6:55 a.m. |
| Message ID | <1340348122-29021-11-git-send-email-jiang.liu@huawei.com> |
| Download | mbox | patch |
| Permalink | /patch/166533/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index 912b54b..505acdd 100644 --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c @@ -314,13 +314,6 @@ setup_resource(struct acpi_resource *acpi_res, void *data) } info->res_num++; - if (addr.translation_offset) - dev_info(&info->bridge->dev, "host bridge window %pR " - "(PCI address [%#llx-%#llx])\n", - res, res->start - addr.translation_offset, - res->end - addr.translation_offset); - else - dev_info(&info->bridge->dev, "host bridge window %pR\n", res); return AE_OK; }