Re: [PATCH 1/7] ACPI / scan: Introduce acpi_scan_match_handler()

2013-02-18 Thread Yasuaki Ishimatsu
2013/02/18 0:20, Rafael J. Wysocki wrote: From: Rafael J. Wysocki Introduce helper routine acpi_scan_match_handler() that will find the ACPI scan handler matching a given device ID, if there is one, and rework acpi_scan_attach_handler() to use the new routine (that routine will also be useful

Re: [PATCH 1/7] ACPI / scan: Introduce acpi_scan_match_handler()

2013-02-18 Thread Yasuaki Ishimatsu
2013/02/18 0:20, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Introduce helper routine acpi_scan_match_handler() that will find the ACPI scan handler matching a given device ID, if there is one, and rework acpi_scan_attach_handler() to use the new routine (that

[PATCH 1/7] ACPI / scan: Introduce acpi_scan_match_handler()

2013-02-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Introduce helper routine acpi_scan_match_handler() that will find the ACPI scan handler matching a given device ID, if there is one, and rework acpi_scan_attach_handler() to use the new routine (that routine will also be useful for other purposes going forward).

[PATCH 1/7] ACPI / scan: Introduce acpi_scan_match_handler()

2013-02-17 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Introduce helper routine acpi_scan_match_handler() that will find the ACPI scan handler matching a given device ID, if there is one, and rework acpi_scan_attach_handler() to use the new routine (that routine will also be useful for other purposes