Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153817
b: refs/heads/master
c: ae7304e
h: refs/heads/master
i:
  153815: a97e0b3
v: v3
  • Loading branch information
Andy Green authored and Ben Dooks committed May 30, 2009
1 parent 323ef29 commit e4ecba2
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: 2612e523dc3695df319662ff279806a3d74de375
refs/heads/master: ae7304e554642d57993b32265b817e6ae80787de
4 changes: 2 additions & 2 deletions trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
BUG();
}

dev_dbg(info->device, "NF_CONF is 0x%lx\n", cfg);

local_irq_save(flags);

cfg = readl(info->regs + S3C2410_NFCONF);
Expand All @@ -278,6 +276,8 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)

local_irq_restore(flags);

dev_dbg(info->device, "NF_CONF is 0x%lx\n", cfg);

return 0;
}

Expand Down

0 comments on commit e4ecba2

Please sign in to comment.