Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4507
b: refs/heads/master
c: 3b946e3
h: refs/heads/master
i:
  4505: cb59be2
  4503: 86574e0
v: v3
  • Loading branch information
Ben Dooks authored and Thomas Gleixner committed May 23, 2005
1 parent d34b1d0 commit 06de731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 0514cd938009de1d6b3239d98c3cf2a67b620103
refs/heads/master: 3b946e3f3dc0de473a88b4106f01731a5c016689
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/nand_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* The AG-AND chips have nice features for speed improvement,
* which are not supported yet. Read / program 4 pages in one go.
*
* $Id: nand_base.c,v 1.135 2005/03/01 09:32:45 gleixner Exp $
* $Id: nand_base.c,v 1.136 2005/03/14 18:30:44 bjd Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down Expand Up @@ -2291,7 +2291,7 @@ static int nand_block_markbad (struct mtd_info *mtd, loff_t ofs)
*/
int nand_scan (struct mtd_info *mtd, int maxchips)
{
int i, j, nand_maf_id, nand_dev_id, busw, maf_id;
int i, nand_maf_id, nand_dev_id, busw, maf_id;
struct nand_chip *this = mtd->priv;

/* Get buswidth to select the correct functions*/
Expand Down

0 comments on commit 06de731

Please sign in to comment.