]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock
authorDavid Hildenbrand <david@redhat.com>
Sat, 3 Aug 2019 04:49:29 +0000 (21:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Aug 2019 14:02:01 +0000 (07:02 -0700)
commit7291edca20215dfdf0eb841881d63753448ef09c
tree2b2f073b22efdeb09e02cb8391b015ee22292b8d
parent14c5cebad510c2875ca525f36605b47058769670
drivers/acpi/scan.c: document why we don't need the device_hotplug_lock

Let's document why the lock is not needed in acpi_scan_init(), right now
this is not really obvious.

[akpm@linux-foundation.org: fix tpyo]
Link: http://lkml.kernel.org/r/20190731135306.31524-1-david@redhat.com
Signed-off-by: David Hildenbrand <david@redhat.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Oscar Salvador <osalvador@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/acpi/scan.c