Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365008
b: refs/heads/master
c: 9659293
h: refs/heads/master
v: v3
  • Loading branch information
Stratos Karafotis authored and Mark Brown committed Apr 5, 2013
1 parent d836eb5 commit b41dfdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f52687afb87cfb2d26699d7f84088c2b04adde50
refs/heads/master: 9659293c1784f3d9df2235f6ebf92f6f9059a563
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ static int regcache_sync_block_raw_flush(struct regmap *map, const void **data,

count = cur - base;

dev_dbg(map->dev, "Writing %d bytes for %d registers from 0x%x-0x%x\n",
dev_dbg(map->dev, "Writing %zu bytes for %d registers from 0x%x-0x%x\n",
count * val_bytes, count, base, cur - 1);

map->cache_bypass = 1;
Expand Down

0 comments on commit b41dfdd

Please sign in to comment.