Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305616
b: refs/heads/master
c: 8664d49
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 13, 2012
1 parent 920d43d commit c342320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ae5d8af579354fb8e984735de9b4b6e9ad6fecb8
refs/heads/master: 8664d4901fb17b55aea47ce4ab20fe82c6c177f2
6 changes: 0 additions & 6 deletions trunk/drivers/base/regmap/regmap-mmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ static int regmap_mmio_gather_write(void *context,

BUG_ON(reg_size != 4);

if (val_size % ctx->val_bytes)
return -EIO;

offset = be32_to_cpup(reg);

while (val_size) {
Expand Down Expand Up @@ -86,9 +83,6 @@ static int regmap_mmio_read(void *context,

BUG_ON(reg_size != 4);

if (val_size % ctx->val_bytes)
return -EIO;

offset = be32_to_cpup(reg);

while (val_size) {
Expand Down

0 comments on commit c342320

Please sign in to comment.