diff options
Diffstat (limited to 'board/sc3')
| -rw-r--r-- | board/sc3/sc3nand.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/board/sc3/sc3nand.c b/board/sc3/sc3nand.c index 2f2e74589..8ead7c850 100644 --- a/board/sc3/sc3nand.c +++ b/board/sc3/sc3nand.c @@ -46,7 +46,7 @@ static void sc3_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)  		if ( ctrl & NAND_CLE )  			set_bit (SC3_NAND_CLE, sc3_control_base);  		else -			clear_bit (SC3_NAND_CLE, sc3_control_base);			 +			clear_bit (SC3_NAND_CLE, sc3_control_base);  		if ( ctrl & NAND_ALE )  			set_bit (SC3_NAND_ALE, sc3_control_base);  		else @@ -54,7 +54,7 @@ static void sc3_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)  		if ( ctrl & NAND_NCE )  			set_bit (SC3_NAND_CE, sc3_control_base);  		else -			clear_bit (SC3_NAND_CE, sc3_control_base);		 +			clear_bit (SC3_NAND_CE, sc3_control_base);  	}      if (cmd != NAND_CMD_NONE) |