From f4d1b02129d3045c20ebadda8865db2cc7ce2cb5 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 4 Mar 2014 19:10:17 +0100 Subject: [PATCH] drm: gem-cma: Fix warnings due to improper printk formats Use the %pad printk specifier to print dma_addr_t variables. This fixes warnings on platforms where dma_addr_t has a different size than int or size_t. Signed-off-by: Laurent Pinchart Signed-off-by: Dave Airlie --- Reading git-format-patch failed