[PATCH] drm: gem-cma: Fix warnings due to improper printk formats

2014-04-04 Thread Dave Airlie
On Thu, Apr 3, 2014 at 10:21 AM, Laurent Pinchart wrote: > Hi Dave, > > Could you please take this patch in your tree ? > > What's the expected process when sending patches to the mailing list by the > way ? Do you track them somehow, or always expect pull requests ? I generally pick up things

[PATCH] drm: gem-cma: Fix warnings due to improper printk formats

2014-04-04 Thread Laurent Pinchart
Hi Dave, On Friday 04 April 2014 08:01:15 Dave Airlie wrote: > On Thu, Apr 3, 2014 at 10:21 AM, Laurent Pinchart wrote: > > Hi Dave, > > > > Could you please take this patch in your tree ? > > > > What's the expected process when sending patches to the mailing list by > > the way ? Do you track

[PATCH] drm: gem-cma: Fix warnings due to improper printk formats

2014-04-03 Thread Laurent Pinchart
Hi Dave, Could you please take this patch in your tree ? What's the expected process when sending patches to the mailing list by the way ? Do you track them somehow, or always expect pull requests ? On Tuesday 04 March 2014 19:10:17 Laurent Pinchart wrote: > Use the %pad printk specifier to

[PATCH] drm: gem-cma: Fix warnings due to improper printk formats

2014-03-04 Thread Laurent Pinchart
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 --- drivers/gpu/drm/drm_gem_cma_helper.c | 6 +++--- 1 file