On Mon, 12 Feb 2024 19:01:46 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > struct linedips embedds a small buffer for the string that we may reuse. > Update the driver accordingly. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > drivers/auxdisplay/ht16k33.c | 28 +++++++++------------------- > 1 file changed, 9 insertions(+), 19 deletions(-) > > diff --git a/drivers/auxdisplay/ht16k33.c b/drivers/auxdisplay/ht16k33.c > index b104f08252dd..08cc05b9d216 100644 > --- a/drivers/auxdisplay/ht16k33.c > +++ b/drivers/auxdisplay/ht16k33.c Acked-by: Robin van der Gracht <robin@xxxxxxxxxxx>