ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanups
Clean up some inconsistent use of whitespace in acpi_bind_one() and acpi_unbind_one(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com> Acked-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
This commit is contained in:
parent
4005520648
commit
f501b6ec29
1 changed files with 3 additions and 4 deletions
|
@ -298,7 +298,6 @@ int acpi_unbind_one(struct device *dev)
|
|||
continue;
|
||||
|
||||
list_del(node);
|
||||
|
||||
acpi_dev->physical_node_count--;
|
||||
|
||||
acpi_physnode_link_name(physical_node_name, entry->node_id);
|
||||
|
|
Loading…
Reference in a new issue