Re: [PATCH v1 4/5] of: property: Start using fw_devlink_get_flags()
From: Rob Herring <robh@kernel.org>
Date: 2020-02-26 21:40:55
Also in:
linux-acpi, linux-devicetree, linux-efi, lkml
From: Rob Herring <robh@kernel.org>
Date: 2020-02-26 21:40:55
Also in:
linux-acpi, linux-devicetree, linux-efi, lkml
On Fri, 21 Feb 2020 17:40:37 -0800, Saravana Kannan wrote:
The fw_devlink_get_flags() provides the right flags to use when creating mandatory device links derived from information provided by the firmware. So, use that. Signed-off-by: Saravana Kannan <redacted> --- drivers/of/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>