Re: [PATCH] drm/etnaviv: fix '%x' warning
From: Gustavo A. R. Silva
Date: Wed Jan 24 2018 - 14:39:11 EST
Hello Lucas,
Quoting Lucas Stach <l.stach@xxxxxxxxxxxxxx>:
Hi Gustavo,
Am Dienstag, den 23.01.2018, 11:07 -0600 schrieb Gustavo A. R. Silva:
Fix the following warning by using %zx instead of %x for variable of
type size_t:
warning: format â%xâ expects argument of type âunsigned intâ, but
argument 4 has type âsize_t {aka long unsigned int}â [-Wformat=]
Fixes: 50073cf98d16 ("drm/etnaviv: mmu: stop using iommu map/unmap
functions")
Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
Thanks for the patch, but I already have an equivalent change queued up.
That's great. I'm glad it is already fixed.
Thanks
--
Gustavo