Rafael J. Wysocki 3e3327837c ACPI: Use list_for_each_entry() in acpi_unbind_one()
Since acpi_unbind_one() walks physical_node_list under the ACPI
device object's physical_node_lock mutex and the walk may be
terminated as soon as the matching entry has been found, it is
not necessary to use list_for_each_safe() for that walk, so use
list_for_each_entry() instead and make the code slightly more
straightforward.

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>
2013-08-07 23:41:47 +02:00
..
2013-07-18 01:29:14 +02:00
2013-06-28 12:59:02 +02:00
2013-03-25 00:13:15 +01:00
2013-06-19 23:34:58 +02:00
2013-04-28 01:54:08 +02:00
2013-04-28 01:54:08 +02:00
2013-06-28 13:00:38 +02:00
2013-06-29 15:03:44 +02:00
2013-01-17 14:11:06 +01:00