Revert "drm/msm: fix %s null argument error"
This reverts commit d79cc74edb
.
This commit is contained in:
parent
3eed8cca41
commit
2b540eeaa5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
pipe2name(pipe), j, inuse,
|
||||
plane ? plane->name : "(null)");
|
||||
plane ? plane->name : NULL);
|
||||
|
||||
total += inuse;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue