Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332639
b: refs/heads/master
c: 7bb9c75
h: refs/heads/master
i:
  332637: 7ca4b90
  332635: b3b3047
  332631: 39ec367
  332623: 822ffad
  332607: 9f25ab2
v: v3
  • Loading branch information
Shmulik Ladkani authored and David Woodhouse committed Jul 6, 2012
1 parent 21462da commit cb6938f
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: 75453a08e3658ca467cda3c5fe5632e563742421
refs/heads/master: 7bb9c75436212813b38700c34df4bbb6eb82debe
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/nand_bbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static int read_abs_bbts(struct mtd_info *mtd, uint8_t *buf,
/* Read the mirror version, if available */
if (md && (md->options & NAND_BBT_VERSION)) {
scan_read_raw(mtd, buf, (loff_t)md->pages[0] << this->page_shift,
mtd->writesize, td);
mtd->writesize, md);
md->version[0] = buf[bbt_get_ver_offs(mtd, md)];
pr_info("Bad block table at page %d, version 0x%02X\n",
md->pages[0], md->version[0]);
Expand Down

0 comments on commit cb6938f

Please sign in to comment.