search for: acpi_pci_disabled

Displaying 4 results from an estimated 4 matches for "acpi_pci_disabled".

2011 Mar 31
0
[PATCH 7/7] x86: cleanup bogus CONFIG_ACPI_PCI uses
We''re building for one case (CONFIG_ACPI_PCI defined) only, yet still had the other case''s code in there. Additionally there was quite a bit of pseudo-duplication between disabled(!) DMI scan and ACPI boot code. acpi_pci_disabled had only a single reader, which is off by default (i.e. must be enable on the command line), so it seems pointless to keep it. Signed-off-by: Jan Beulich <jbeulich@novell.com> --- a/xen/arch/x86/acpi/boot.c +++ b/xen/arch/x86/acpi/boot.c @@ -43,21 +43,13 @@ #include <mach_apic.h> #i...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...d\n", retval); + pr_err("pci_hp_deregister failed with error %d\n", retval); } static int __init acpiphp_init(void) { - info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); if (acpi_pci_disabled) return 0; diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index a70fa89..1e196bf 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -39,6 +39,8 @@ * bus. It loses the refcount when the the driver unloads. */...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...d\n", retval); + pr_err("pci_hp_deregister failed with error %d\n", retval); } static int __init acpiphp_init(void) { - info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); if (acpi_pci_disabled) return 0; diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index a70fa89..1e196bf 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -39,6 +39,8 @@ * bus. It loses the refcount when the the driver unloads. */...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...d\n", retval); + pr_err("pci_hp_deregister failed with error %d\n", retval); } static int __init acpiphp_init(void) { - info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); + pr_info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); if (acpi_pci_disabled) return 0; diff --git a/drivers/pci/hotplug/acpiphp_glue.c b/drivers/pci/hotplug/acpiphp_glue.c index a70fa89..1e196bf 100644 --- a/drivers/pci/hotplug/acpiphp_glue.c +++ b/drivers/pci/hotplug/acpiphp_glue.c @@ -39,6 +39,8 @@ * bus. It loses the refcount when the the driver unloads. */...