Re: [PATCH 2/2] bus: qcom-ebi2: simplify the code in qcom_ebi2_probe()

From: Ziliang Liao
Date: Mon May 08 2023 - 12:22:39 EST


Thanks for your advice.
Do I need to delete the Fixes in [PATCH 2/2] and resend another patch set?

On Sun, Apr 30, 2023 at 2:54 PM Ziliang Liao <saraday@xxxxxxxxxxx> wrote:

The code use platform_get_resource() and devm_ioremap_resource() to
allocate memory resources for the device. It can be simplified by using
devm_platform_ioremap_resource().

Fixes: 335a12754808 ("bus: qcom: add EBI2 driver")
It doesn't need Fixes: if it's not a bug, but who cares. Maybe
the stable maintainers care.

Signed-off-by: Ziliang Liao <saraday@xxxxxxxxxxx>
Reviewed-by: Dongliang Mu <dzm91@xxxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij