Re: [PATCH v2] staging: fbtft: use %pe for backlight errors

From: Greg KH

Date: Tue Jul 07 2026 - 05:38:28 EST


On Sun, Jun 14, 2026 at 05:15:51PM -0300, Keefe Reeves 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.
>
> Signed-off-by: Keefe Reeves <reeveskeefe@xxxxxxxxx>
> ---
> Changes in v2:
> - Use reachable Gmail address for author and Signed-off-by.

Does not apply to my tree :(