Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295174
b: refs/heads/master
c: 0a329d2
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Mar 23, 2012
1 parent b3607ef commit c83688d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 307b1cd7ecd7f3dc5ce3d3860957f034f0abe4df
refs/heads/master: 0a329d2d5a1dd75273597538cdc33512ee38855e
2 changes: 1 addition & 1 deletion trunk/drivers/base/regmap/regcache-lzo.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static int regcache_lzo_sync(struct regmap *map, unsigned int min,

lzo_blocks = map->cache;
i = min;
for_each_set_bit_cont(i, lzo_blocks[0]->sync_bmp,
for_each_set_bit_from(i, lzo_blocks[0]->sync_bmp,
lzo_blocks[0]->sync_bmp_nbits) {
if (i > max)
continue;
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/linux/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ extern unsigned long __sw_hweight64(__u64 w);
(bit) < (size); \
(bit) = find_next_bit((addr), (size), (bit) + 1))

#define for_each_set_bit_cont(bit, addr, size) \
for_each_set_bit_from(bit, addr, size)

static __inline__ int get_bitmask_order(unsigned int count)
{
int order;
Expand Down

0 comments on commit c83688d

Please sign in to comment.