Re: [PATCH v4 11/21] soc: qcom: Register pstore frontend region with minidump

From: Andy Shevchenko
Date: Fri Jun 30 2023 - 05:26:11 EST


On Fri, Jun 30, 2023 at 7:55 AM Pavan Kondeti <quic_pkondeti@xxxxxxxxxxx> wrote:
> On Wed, Jun 28, 2023 at 06:04:38PM +0530, Mukesh Ojha wrote:

...

> > + scnprintf(name, sizeof(name), "KDMSG%d", i);

Also a side note: here you use the 'c' variant of sprintf(),why bother
with it if you don't even check the returned value?

--
With Best Regards,
Andy Shevchenko