diff options
| author | Suzuki K Poulose <[email protected]> | 2019-06-14 17:53:58 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-06-24 03:22:31 +0000 |
| commit | e6374f6b2e9c9f9a7cf5418157ad7f30f3abd70e (patch) | |
| tree | 69b5eb00890a11d69471a09d0c4dc862c53df2c1 /drivers/fpga/of-fpga-region.c | |
| parent | mfd: Remove unused helper syscon_regmap_lookup_by_pdevname (diff) | |
| download | kernel-e6374f6b2e9c9f9a7cf5418157ad7f30f3abd70e.tar.gz kernel-e6374f6b2e9c9f9a7cf5418157ad7f30f3abd70e.zip | |
acpi: utils: Cleanup acpi_dev_match_cb
The prototype of bus_find_device() will be unified with that of
class_find_device() subsequently, but for this purpose the callback
functions passed to it need to take (const void *) as the second
argument. Consequently, they cannot modify the memory pointed to by
that argument which currently is not the case for acpi_dev_match_cb().
However, acpi_dev_match_cb() really need not modify the "match" object
passed to it, because acpi_dev_get_first_match_dev() which uses it via
bus_find_device() can easily convert the result of bus_find_device()
into the pointer to return.
For this reason, update acpi_dev_match_cb() to avoid the redundant
memory updates.
Cc: Len Brown <[email protected]>
Cc: [email protected]
Signed-off-by: Suzuki K Poulose <[email protected]>
Reviewed-by: Rafael J. Wysocki <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/fpga/of-fpga-region.c')
0 files changed, 0 insertions, 0 deletions
