Re: [PATCH linux-next] regmap: cache: Fix format specifier in dev_dbg

2013-04-05 Thread Mark Brown
On Thu, Apr 04, 2013 at 07:40:45PM +0300, Stratos Karafotis wrote: > 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 >

Re: [PATCH linux-next] regmap: cache: Fix format specifier in dev_dbg

2013-04-05 Thread Mark Brown
On Thu, Apr 04, 2013 at 07:40:45PM +0300, Stratos Karafotis wrote: 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

[PATCH linux-next] regmap: cache: Fix format specifier in dev_dbg

2013-04-04 Thread Stratos Karafotis
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:

[PATCH linux-next] regmap: cache: Fix format specifier in dev_dbg

2013-04-04 Thread Stratos Karafotis
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: