commit | 9659293c1784f3d9df2235f6ebf92f6f9059a563 | [log] [tgz] |
---|---|---|
author | Stratos Karafotis <stratosk@semaphore.gr> | Thu Apr 04 19:40:45 2013 +0300 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Apr 05 11:28:12 2013 +0100 |
tree | 312d702d23bb94b3c2b472f3e4e786270e6c7f3e | |
parent | f52687afb87cfb2d26699d7f84088c2b04adde50 [diff] |
regmap: cache: Fix format specifier in dev_dbg Fix format specifier in dev_dbg and suppress the following warning drivers/base/regmap/regcache.c: In function ‘regcache_sync_block_raw_flush’: drivers/base/regmap/regcache.c:593:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ [-Wformat] Signed-off-by: Stratos Karafotis <stratosk@semaphore.gr> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>