Re: [PATCH] staging: fbtft: use %pe for backlight errors
From: Andy Shevchenko <hidden>
Date: 2026-06-15 07:10:41
Also in:
dri-devel, linux-staging, lkml
From: Andy Shevchenko <hidden>
Date: 2026-06-15 07:10:41
Also in:
dri-devel, linux-staging, lkml
On Sun, Jun 14, 2026 at 11:08 PM Keefe Reeves [off-list ref] wrote:
From: Keefe Reeves <redacted> 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. Signed-off-by: Keefe Reeves <redacted>
I see a subtle problem with this email address. In case something happened with your contribution (exempli gratia a regression found) there will be no possibility to contact you without digging into mailing list archives to get your Gmail address. I would prefer to see the From: and SoB to acce-pt responses. For the change itself, I have no objections. If one considers this useful (probably to stop flood of the similar patches in the future) Reviewed-by: Andy Shevchenko <andy@kernel.org> -- With Best Regards, Andy Shevchenko