Commit cee35deb authored by David S. Miller's avatar David S. Miller

Merge bk://kernel.bkbits.net/wesolows/sparc32-2.6

into nuts.davemloft.net:/disk1/BK/sparc-2.6
parents 16b2cbc3 e47da815
...@@ -60,8 +60,8 @@ int bit_map_string_get(struct bit_map *t, int len, int align) ...@@ -60,8 +60,8 @@ int bit_map_string_get(struct bit_map *t, int len, int align)
} }
if (offset + len > t->size) { if (offset + len > t->size) {
offset = 0;
count += t->size - offset; count += t->size - offset;
offset = 0;
continue; continue;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment