On Sun, Mar 15, 2026 at 09:40:48AM +0100, Tomasz Unger wrote:
Replace PTR_ERR() with %pe format specifier which directly prints the error pointer in a human readable way, making the code cleaner and more idiomatic.
No, this is only results in inconsistency as Greybus logs all other errnos numerically (which is perfectly sufficient).
See also:
https://lore.kernel.org/all/20251029132922.17329-1-johan@kernel.org/
Johan