summaryrefslogtreecommitdiffstats
path: root/board/sc3/sc3nand.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sc3/sc3nand.c')
-rw-r--r--board/sc3/sc3nand.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/sc3/sc3nand.c b/board/sc3/sc3nand.c
index 8ead7c850a..45eff28c0a 100644
--- a/board/sc3/sc3nand.c
+++ b/board/sc3/sc3nand.c
@@ -41,8 +41,8 @@ static void *sc3_control_base = (void *)0xEF600700;
static void sc3_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)
{
- struct nand_chip *this = mtd->priv;
- if (ctrl & NAND_CTRL_CHANGE) {
+ struct nand_chip *this = mtd->priv;
+ if (ctrl & NAND_CTRL_CHANGE) {
if ( ctrl & NAND_CLE )
set_bit (SC3_NAND_CLE, sc3_control_base);
else
@@ -57,7 +57,7 @@ static void sc3_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)
clear_bit (SC3_NAND_CE, sc3_control_base);
}
- if (cmd != NAND_CMD_NONE)
+ if (cmd != NAND_CMD_NONE)
writeb(cmd, this->IO_ADDR_W);
}
OpenPOWER on IntegriCloud