Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux...
[cascardo/linux.git] / drivers / gpu / drm / nouveau / nouveau_dp.c
index e1387bd..72266ae 100644 (file)
@@ -166,9 +166,7 @@ dp_link_train_update(struct drm_device *dev, struct dp_state *dp, u32 delay)
        if (ret)
                return ret;
 
-       NV_DEBUG(drm, "status %02x %02x %02x %02x %02x %02x\n",
-                    dp->stat[0], dp->stat[1], dp->stat[2], dp->stat[3],
-                    dp->stat[4], dp->stat[5]);
+       NV_DEBUG(drm, "status %*ph\n", 6, dp->stat);
        return 0;
 }