diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-25 16:07:18 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-10-25 17:55:11 (GMT) |
commit | 1a61cfe3445218637f38b355c76fc3132865a0a6 (patch) | |
tree | c3378af914ed2795862d28fbe3da848f7b616d1f /drivers/video/intelfb | |
parent | 8a2ceac6617a67d8a1ee4bd255743d577bde311a (diff) | |
download | linux-1a61cfe3445218637f38b355c76fc3132865a0a6.tar.xz |
regmap: Fix printing of size_t variable
val_bytes is of 'size_t', so it should be printed as '%zu'.
Fixes the following build warning on x86:
drivers/base/regmap/regmap.c:872:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' [-Wformat]
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/video/intelfb')
0 files changed, 0 insertions, 0 deletions