summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/pcdp.c
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-02-03 07:08:52 +0100
committerLen Brown <len.brown@intel.com>2007-02-03 07:08:52 +0100
commite8bdc5a9c56c140c732246a298922c3cf3777460 (patch)
treedfdbf3a5597dfc5b29324a4dcb303839504cd88e /drivers/firmware/pcdp.c
parentPull bugzilla-7349 into test branch (diff)
parentACPICA: fix gcc build warnings (diff)
downloadlinux-e8bdc5a9c56c140c732246a298922c3cf3777460.tar.xz
linux-e8bdc5a9c56c140c732246a298922c3cf3777460.zip
Pull acpica into test branch
Diffstat (limited to 'drivers/firmware/pcdp.c')
-rw-r--r--drivers/firmware/pcdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/pcdp.c b/drivers/firmware/pcdp.c
index c2ad72fefd9d..2b4b76e8bd72 100644
--- a/drivers/firmware/pcdp.c
+++ b/drivers/firmware/pcdp.c
@@ -26,7 +26,7 @@ setup_serial_console(struct pcdp_uart *uart)
static char options[64], *p = options;
char parity;
- mmio = (uart->addr.address_space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY);
+ mmio = (uart->addr.space_id == ACPI_ADR_SPACE_SYSTEM_MEMORY);
p += sprintf(p, "console=uart,%s,0x%lx",
mmio ? "mmio" : "io", uart->addr.address);
if (uart->baud) {