Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45650
b: refs/heads/master
c: 2c8cfdc
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Oct 27, 2006
1 parent 2b4a210 commit f81e8c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 470b0a90d6a21cb72b671215f12ec7ec8a0db2c0
refs/heads/master: 2c8cfdcbeb1ab0ec7bbd5af1be311b55281154c4
1 change: 0 additions & 1 deletion trunk/drivers/mtd/nand/cafe_ecc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ static unsigned short err_pos_lut[4096] = {
static unsigned short err_pos(unsigned short din)
{
BUG_ON(din > 4096);
BUG_ON(err_pos_lut[din] == 0xfff);
return err_pos_lut[din];
}
static int chk_no_err_only(unsigned short *chk_syndrome_list, unsigned short *err_info)
Expand Down

0 comments on commit f81e8c8

Please sign in to comment.