diff options
| author | William Juul <william.juul@datarespons.no> | 2007-11-08 10:39:53 +0100 | 
|---|---|---|
| committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:16 -0500 | 
| commit | 4cbb651b29cb64d378a06729970e1e153bb605b1 (patch) | |
| tree | 8678f42ab0df1ae3c433a4d062310476e5163940 /board/sc3/sc3nand.c | |
| parent | cfa460adfdefcc30d104e1a9ee44994ee349bb7b (diff) | |
| download | olio-uboot-2014.01-4cbb651b29cb64d378a06729970e1e153bb605b1.tar.xz olio-uboot-2014.01-4cbb651b29cb64d378a06729970e1e153bb605b1.zip | |
Remove white space at end.
Signed-off-by: William Juul <william.juul@tandberg.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'board/sc3/sc3nand.c')
| -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) |