]> Git Repo - linux.git/commit
ACPICA: Fix acpi_os_read_pci_configuration prototype
authorBob Moore <[email protected]>
Fri, 6 Aug 2010 00:57:53 +0000 (08:57 +0800)
committerLen Brown <[email protected]>
Fri, 1 Oct 2010 05:46:31 +0000 (01:46 -0400)
commitc5f0231ee6b0441e4c45f461f2b6652b10195494
tree9454a93eb86c77169e5049c2b2484a0d56fd44d7
parent899611ee7d373e5eeda08e9a8632684e1ebbbf00
ACPICA: Fix acpi_os_read_pci_configuration prototype

Prototype in acpiosxf.h had the output value pointer as a (u32 *).
Should be a (u64 *).

Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lin Ming <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/acpica/exregion.c
drivers/acpi/osl.c
include/acpi/acpiosxf.h
This page took 0.052492 seconds and 4 git commands to generate.