Re: [PATCH v8 03/21] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string

From: Miguel Ojeda
Date: Tue Oct 19 2021 - 16:50:20 EST


On Tue, Oct 19, 2021 at 4:45 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> + devm_kfree(&ctx->pdev->dev, ctx->message);

Unrelated to this patch (and no need to change it), but we could
remove the conditional guarding the devm_kfree below to match this
one.

Cheers,
Miguel