summaryrefslogtreecommitdiffstats
path: root/board/sc3
diff options
context:
space:
mode:
authorWilliam Juul <william.juul@datarespons.no>2007-11-08 10:39:53 +0100
committerScott Wood <scottwood@freescale.com>2008-08-12 11:31:16 -0500
commit4cbb651b29cb64d378a06729970e1e153bb605b1 (patch)
tree8678f42ab0df1ae3c433a4d062310476e5163940 /board/sc3
parentcfa460adfdefcc30d104e1a9ee44994ee349bb7b (diff)
downloadtalos-obmc-uboot-4cbb651b29cb64d378a06729970e1e153bb605b1.tar.gz
talos-obmc-uboot-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')
-rw-r--r--board/sc3/sc3nand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sc3/sc3nand.c b/board/sc3/sc3nand.c
index 2f2e745897..8ead7c850a 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)
OpenPOWER on IntegriCloud