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