diff options
author | Colin Ian King <[email protected]> | 2013-04-12 00:25:04 +0000 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2013-04-12 13:29:47 +0200 |
commit | 0cb91bd898ae650c19f5c2ae484f8524df4b402d (patch) | |
tree | 6c825af4a548dbd43d67f6cfb6edd5781b7d74d7 | |
parent | b7ed9a8e9cd24cbaf05eaf29fab0bf184314322f (diff) |
ACPICA: Fix a typo in an error message
Remove an extraneous minus/dash. Reported by Colin Ian King.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-rw-r--r-- | drivers/acpi/acpica/dswexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/dswexec.c b/drivers/acpi/acpica/dswexec.c index 44f8325c2bae..e2199a947470 100644 --- a/drivers/acpi/acpica/dswexec.c +++ b/drivers/acpi/acpica/dswexec.c @@ -693,7 +693,7 @@ acpi_status acpi_ds_exec_end_op(struct acpi_walk_state *walk_state) default: ACPI_ERROR((AE_INFO, - "Unimplemented opcode, class=0x%X type=0x%X Opcode=-0x%X Op=%p", + "Unimplemented opcode, class=0x%X type=0x%X Opcode=0x%X Op=%p", op_class, op_type, op->common.aml_opcode, op)); |