Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195922
b: refs/heads/master
c: fed457a
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and David Woodhouse committed Apr 8, 2010
1 parent c58762d commit a038d07
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: 8da552f26107f55186346cff280ec9d53cc42add
refs/heads/master: fed457a83611182f5a2e049cce02f8f4e1b65644
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/sm_ftl.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ int sm_cache_flush(struct sm_ftl *ftl)


/* Try to read all unread areas of the cache block*/
for_each_bit(sector_num, &ftl->cache_data_invalid_bitmap,
for_each_set_bit(sector_num, &ftl->cache_data_invalid_bitmap,
ftl->block_size / SM_SECTOR_SIZE) {

if (!sm_read_sector(ftl,
Expand Down

0 comments on commit a038d07

Please sign in to comment.