Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84256
b: refs/heads/master
c: 4fac9f6
h: refs/heads/master
v: v3
  • Loading branch information
Matt Reimer authored and David Woodhouse committed Jan 12, 2008
1 parent 4b172a0 commit eb385f2
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: de7921f01a407e0cb38143363995db89a5f9a5c5
refs/heads/master: 4fac9f698404a5cd50b978fbdb7e54235353c215
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static int s3c2410_nand_correct_data(struct mtd_info *mtd, u_char *dat,
if ((diff0 & ~(1<<fls(diff0))) == 0)
return 1;

return 0;
return -1;
}

/* ECC functions
Expand Down

0 comments on commit eb385f2

Please sign in to comment.