lkml.org 
[lkml]   [2019]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 041/199] ACPI: fix acpi_find_child_device() invocation in acpi_preset_companion()
    Date
    From: Alexey Dobriyan <adobriyan@gmail.com>

    [ Upstream commit f8c6d1402b89f22a3647705d63cbd171aa19a77e ]

    acpi_find_child_device() accepts boolean not pointer as last argument.

    Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
    [ rjw: Subject ]
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    include/linux/acpi.h | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/include/linux/acpi.h b/include/linux/acpi.h
    index 719eb97217a3c..5670bb9788bb4 100644
    --- a/include/linux/acpi.h
    +++ b/include/linux/acpi.h
    @@ -77,7 +77,7 @@ static inline bool has_acpi_companion(struct device *dev)
    static inline void acpi_preset_companion(struct device *dev,
    struct acpi_device *parent, u64 addr)
    {
    - ACPI_COMPANION_SET(dev, acpi_find_child_device(parent, addr, NULL));
    + ACPI_COMPANION_SET(dev, acpi_find_child_device(parent, addr, false));
    }

    static inline const char *acpi_dev_name(struct acpi_device *adev)
    --
    2.20.1


    \
     
     \ /
      Last update: 2019-12-19 19:44    [W:4.038 / U:0.212 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site