Re: [PATCH v2] staging: fbtft: use %pe for backlight errors
From: Andy Shevchenko <hidden>
Date: 2026-06-15 07:12:36
Also in:
dri-devel, linux-staging, lkml
From: Andy Shevchenko <hidden>
Date: 2026-06-15 07:12:36
Also in:
dri-devel, linux-staging, lkml
On Sun, Jun 14, 2026 at 11:16 PM Keefe Reeves [off-list ref] 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 <andy@kernel.org> (for curious ones: you can also see my comment against v1 of this patch). -- With Best Regards, Andy Shevchenko