Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153816
b: refs/heads/master
c: 2612e52
h: refs/heads/master
v: v3
  • Loading branch information
Nelson Castillo authored and Ben Dooks committed May 30, 2009
1 parent a97e0b3 commit 323ef29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: fb6ea3258742f41be8dd527ebd58a1a1e2cef23a
refs/heads/master: 2612e523dc3695df319662ff279806a3d74de375
5 changes: 1 addition & 4 deletions trunk/drivers/mtd/nand/s3c2410.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
int tacls_max = (info->cpu_type == TYPE_S3C2412) ? 8 : 4;
int tacls, twrph0, twrph1;
unsigned long clkrate = clk_get_rate(info->clk);
unsigned long set, cfg, mask;
unsigned long uninitialized_var(set), cfg, uninitialized_var(mask);
unsigned long flags;

/* calculate the timing information for the controller */
Expand Down Expand Up @@ -264,9 +264,6 @@ static int s3c2410_nand_setrate(struct s3c2410_nand_info *info)
break;

default:
/* keep compiler happy */
mask = 0;
set = 0;
BUG();
}

Expand Down

0 comments on commit 323ef29

Please sign in to comment.