diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-09-14 11:52:49 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-09-26 18:59:26 +0200 |
commit | 762ff31dd4ec9d97e38bf3c1aa3c4bbd8e3e87ce (patch) | |
tree | bd0ce5cf0b35fa4ed23158f93d86966f34ee05e6 /drivers/dma/Kconfig | |
parent | dmaengine: sa11x0: use correct print specifiers for u32 (diff) | |
download | linux-762ff31dd4ec9d97e38bf3c1aa3c4bbd8e3e87ce.tar.xz linux-762ff31dd4ec9d97e38bf3c1aa3c4bbd8e3e87ce.zip |
dmaengine: sa11x0: use correct print specifiers for size_t
This driver when compiled on 64 bits gave warnings:
drivers/dma/sa11x0-dma.c:602:2: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 6 has type ‘size_t’ [-Wformat=]
We should use %zu to print 'size_t' values.
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
0 files changed, 0 insertions, 0 deletions