Re: [PATCH v2] staging: fbtft: use %pe for backlight errors
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-fbdev,dev.linux.lists.linux-staging,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAHp75VfkVQ0JJd4+ceniNnij8t-PXsrNOfof4c6NDWf3KW2s=A@mail.gmail.com> |
On Sun, Jun 14, 2026 at 11:16 PM Keefe Reeves <[email protected]> wrote: > > Coccinelle found two places where backlight registration errors are > printed by passing PTR_ERR() to dev_err(). > > Use %pe instead so the error pointer can be printed directly. This keeps > the behavior the same and just makes the error printing cleaner. Oh, nice! Now Reviewed-by: Andy Shevchenko <[email protected]> (for curious ones: you can also see my comment against v1 of this patch). -- With Best Regards, Andy Shevchenko