Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252479
b: refs/heads/master
c: c2aad6d
h: refs/heads/master
i:
  252477: 6238602
  252475: 1e11b0a
  252471: deebd9b
  252463: 826e899
  252447: 102abfd
  252415: e5875fe
v: v3
  • Loading branch information
Jiri Pinkava authored and David Woodhouse committed May 25, 2011
1 parent 3e9ba08 commit 0cd1009
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: ac497c1602555c908c9738fa93b1145f431d1876
refs/heads/master: c2aad6d6585c320ed5e111db5e03d27e901dfa81
6 changes: 0 additions & 6 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,6 @@ int nand_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len)
ret = __nand_unlock(mtd, ofs, len, 0);

out:
/* de-select the NAND device */
chip->select_chip(mtd, -1);

nand_release_device(mtd);

return ret;
Expand Down Expand Up @@ -1046,9 +1043,6 @@ int nand_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len)
ret = __nand_unlock(mtd, ofs, len, 0x1);

out:
/* de-select the NAND device */
chip->select_chip(mtd, -1);

nand_release_device(mtd);

return ret;
Expand Down

0 comments on commit 0cd1009

Please sign in to comment.