Revert "drm/msm: fix %s null argument error"

This reverts commit d79cc74edb.
This commit is contained in:
Ksawlii 2024-11-24 00:23:24 +01:00
parent 3eed8cca41
commit 2b540eeaa5

View file

@ -356,7 +356,7 @@ void mdp5_smp_dump(struct mdp5_smp *smp, struct drm_printer *p)
drm_printf(p, "%s:%d\t%d\t%s\n", drm_printf(p, "%s:%d\t%d\t%s\n",
pipe2name(pipe), j, inuse, pipe2name(pipe), j, inuse,
plane ? plane->name : "(null)"); plane ? plane->name : NULL);
total += inuse; total += inuse;
} }