projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6218ab3
)
ACPICA: Remove unnecessary semicolon
author
Bob Moore
<robert.moore@intel.com>
Thu, 8 Oct 2020 02:54:02 +0000
(19:54 -0700)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 8 Oct 2020 16:03:56 +0000
(18:03 +0200)
ACPICA commit
02ffcba2af123a891eefbaed4d37780ba1e36ccc
Reported by: Zou Wei.
Link:
https://github.com/acpica/acpica/commit/02ffcba2
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Erik Kaneda <erik.kaneda@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/nsalloc.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/nsalloc.c
b/drivers/acpi/acpica/nsalloc.c
index fe9b3639a87dcbf10bc7b622417ff464d64108e6..83d26abcf448d02fbe9060bc248ef0c86dce3744 100644
(file)
--- a/
drivers/acpi/acpica/nsalloc.c
+++ b/
drivers/acpi/acpica/nsalloc.c
@@
-294,7
+294,7
@@
void acpi_ns_delete_children(struct acpi_namespace_node *parent_node)
node_to_delete = next_node;
next_node = next_node->peer;
acpi_ns_delete_node(node_to_delete);
- }
;
+ }
/* Clear the parent's child pointer */