Re: [PATCH v8 03/21] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
From: Miguel Ojeda <hidden>
Date: 2021-10-19 20:50:19
Also in:
linux-leds, linux-mips, lkml
From: Miguel Ojeda <hidden>
Date: 2021-10-19 20:50:19
Also in:
linux-leds, linux-mips, lkml
On Tue, Oct 19, 2021 at 4:45 PM Geert Uytterhoeven [off-list ref] 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