|
@@ -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);
|
|
@@ -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;
|
|
|
}
|
|
|
|