2020-03-18 11:34:13

by Mathias Nyman

[permalink] [raw]
Subject: Re: [PATCH v3 3/5] usb: host: hisilicon: convert to devm_platform_get_and_ioremap_resource

On 15.3.2020 16.05, Dejin Zheng wrote:
> Use devm_platform_get_and_ioremap_resource() to simplify code, which
> contains platform_get_resource() and devm_ioremap_resource(), it also
> get the resource for use by the following code.
>
> Signed-off-by: Dejin Zheng <[email protected]>
> ---

Acked-by: Mathias Nyman <[email protected]>