Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374732
b: refs/heads/master
c: 0cca9fb
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Shiyan authored and David Woodhouse committed Apr 5, 2013
1 parent d48b704 commit 1e34aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: fb066adadd224d5e46320b3fa7a80311c09be0d9
refs/heads/master: 0cca9fbf5d0a65fb536d38427f48460fda1f2e99
2 changes: 0 additions & 2 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2823,8 +2823,6 @@ static int nand_flash_detect_onfi(struct mtd_info *mtd, struct nand_chip *chip,
chip->onfi_version = 20;
else if (val & (1 << 1))
chip->onfi_version = 10;
else
chip->onfi_version = 0;

if (!chip->onfi_version) {
pr_info("%s: unsupported ONFI version: %d\n", __func__, val);
Expand Down

0 comments on commit 1e34aa8

Please sign in to comment.