[PATCH] drm: vblank: Use POSIX date for DRM_INFO output

From: Sedat Dilek
Date: Mon Dec 21 2015 - 07:39:32 EST


Signed-off-by: Sedat Dilek <sedat.dilek@xxxxxxxxx>
---
drivers/gpu/drm/drm_irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c
index 607f493ae801..682cd4b3ba10 100644
--- a/drivers/gpu/drm/drm_irq.c
+++ b/drivers/gpu/drm/drm_irq.c
@@ -361,7 +361,7 @@ int drm_vblank_init(struct drm_device *dev, unsigned int num_crtcs)
(unsigned long)vblank);
}

- DRM_INFO("Supports vblank timestamp caching Rev 2 (21.10.2013).\n");
+ DRM_INFO("Supports vblank timestamp caching Rev 2 (20131021).\n");

/* Driver specific high-precision vblank timestamping supported? */
if (dev->driver->get_vblank_timestamp)
--
2.6.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/