On Thu, Feb 26, 2026 at 09:35:26PM +0100, Krzysztof Kozlowski wrote: > Use dev_err_probe() to simplify the code and fix Coccinelle warning: > > tegra/mc.c:513:52-59: WARNING: Consider using %pe to print PTR_ERR() > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/memory/tegra/mc.c | 13 +++++-------- > 1 file changed, 5 insertions(+), 8 deletions(-) Acked-by: Thierry Reding