Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209701
b: refs/heads/master
c: cfe3fda
h: refs/heads/master
i:
  209699: f30e6f9
v: v3
  • Loading branch information
Tilman Sauerbeck authored and David Woodhouse committed Aug 20, 2010
1 parent 99c12b1 commit 599dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 065a1ed8de85583888b3d4f22c64b534a1fbdaaa
refs/heads/master: cfe3fdadb16162327773ef01a575a32000b8c7f4
1 change: 1 addition & 0 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2866,6 +2866,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd,
*/
if (id_data[0] == id_data[6] && id_data[1] == id_data[7] &&
id_data[0] == NAND_MFR_SAMSUNG &&
(chip->cellinfo & NAND_CI_CELLTYPE_MSK) &&
id_data[5] != 0x00) {
/* Calc pagesize */
mtd->writesize = 2048 << (extid & 0x03);
Expand Down

0 comments on commit 599dd69

Please sign in to comment.