Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae7304e5 authored by Andy Green's avatar Andy Green Committed by Ben Dooks
Browse files

[MTD] [NAND] S3C2410: Fix CFG debug order



Fix NAND CFG debug order.

Signed-off-by: default avatarAndy Green <andy@warmcat.com>
Signed-off-by: default avatarNelson Castillo <arhuaco@freaks-unidos.net>
[ben-linux@fluff.org: Change andy@openmoko.com to andy@warmcat.com, subject cleanup]
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 2612e523
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}