Skip to content

Commit 3e5050e

Browse files
committed
Merge branches 'acpica', 'acpi-video' and 'device-properties'
* acpica: ACPI: Better describe ACPI_DEBUGGER * acpi-video: MAINTAINERS: ACPI / video: update a file name in drivers/acpi/ * device-properties: ACPI / property: fix compile error for acpi_node_get_property_reference() when CONFIG_ACPI=n
4 parents c09c9dd + 1170419 + 86f98a3 + 64031e3 commit 3e5050e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ M: Zhang Rui <rui.zhang@intel.com>
318318
L: linux-acpi@vger.kernel.org
319319
W: https://01.org/linux-acpi
320320
S: Supported
321-
F: drivers/acpi/video.c
321+
F: drivers/acpi/acpi_video.c
322322

323323
ACPI WMI DRIVER
324324
L: platform-driver-x86@vger.kernel.org

drivers/acpi/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ config ACPI_CCA_REQUIRED
5858
bool
5959

6060
config ACPI_DEBUGGER
61-
bool "In-kernel debugger (EXPERIMENTAL)"
61+
bool "AML debugger interface (EXPERIMENTAL)"
6262
select ACPI_DEBUG
6363
help
64-
Enable in-kernel debugging facilities: statistics, internal
64+
Enable in-kernel debugging of AML facilities: statistics, internal
6565
object dump, single step control method execution.
6666
This is still under development, currently enabling this only
6767
results in the compilation of the ACPICA debugger files.

include/linux/acpi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,8 +870,8 @@ static inline int acpi_dev_get_property(struct acpi_device *adev,
870870
}
871871

872872
static inline int acpi_node_get_property_reference(struct fwnode_handle *fwnode,
873-
const char *name, const char *cells_name,
874-
size_t index, struct acpi_reference_args *args)
873+
const char *name, size_t index,
874+
struct acpi_reference_args *args)
875875
{
876876
return -ENXIO;
877877
}

0 commit comments

Comments
 (0)