Re: [PATCH v8 03/21] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
From: Miguel Ojeda <hidden>
Date: 2021-10-19 21:09:37
Also in:
linux-devicetree, linux-mips, lkml
From: Miguel Ojeda <hidden>
Date: 2021-10-19 21:09:37
Also in:
linux-devicetree, linux-mips, lkml
On Tue, Oct 19, 2021 at 10:50 PM Miguel Ojeda [off-list ref] wrote:
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.
Yeah, you did it when moving the code later on -- I guess we could have done it before too, to match, like the sysfs_emit change does it before, but it is not that important. Cheers, Miguel