Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165449
b: refs/heads/master
c: 269c0ee
h: refs/heads/master
i:
  165447: d1e0a3d
v: v3
  • Loading branch information
Roel Kluin authored and David Woodhouse committed Sep 4, 2009
1 parent f38c597 commit a200d39
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: ad4fbc7921bd7cca108ecc1340a014e91ecc8536
refs/heads/master: 269c0ee66367b11de9758ee64ea039843f0c7cad
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/devices/slram.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static int init_slram(void)
#else
int count;

for (count = 0; (map[count]) && (count < SLRAM_MAX_DEVICES_PARAMS);
for (count = 0; count < SLRAM_MAX_DEVICES_PARAMS && map[count];
count++) {
}

Expand Down

0 comments on commit a200d39

Please sign in to comment.