summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-11-07 01:41:01 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-11-07 01:41:01 +0100
commit6931007cc90ba94b3c2b29179d0a7cde194dabe8 (patch)
treef60e1a83e7116eb678de61d511c17e62a45d8f82 /sound
parent71bba8fafac8975dbb684df4098d2dd6baac1fda (diff)
downloadtalos-obmc-linux-6931007cc90ba94b3c2b29179d0a7cde194dabe8.tar.gz
talos-obmc-linux-6931007cc90ba94b3c2b29179d0a7cde194dabe8.zip
ACPI / scan: Start matching drivers after trying scan handlers
ACPI scan handlers should always be attached to struct acpi_device objects before any ACPI drivers, but there is a window during which a driver may be attached to a struct acpi_device before checking if there is a matching scan handler. Namely, that will happen if an ACPI driver module is loaded during acpi_bus_scan() right after the first namespace walk is complete and before the given device is processed by the second namespace walk. To prevent that from happening, set the match_driver flags of struct acpi_device objects right before running device_attach() for them in acpi_bus_device_attach(). Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Toshi Kani <toshi.kani@hp.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud