summaryrefslogtreecommitdiffstats
path: root/fs/jffs2
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-10 15:14:32 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-10 15:14:32 +0200
commit8f79e4c2da54cea11bb576870059fc1ba8847ccb (patch)
treef0239cabab579b2e9ed45fca40d33c3041363792 /fs/jffs2
parenteece159cddc1f64a744c82c4b9582ced45b5c45c (diff)
downloadblackbird-obmc-uboot-8f79e4c2da54cea11bb576870059fc1ba8847ccb.tar.gz
blackbird-obmc-uboot-8f79e4c2da54cea11bb576870059fc1ba8847ccb.zip
Add configuration for IFM AEV FIFO board.
Minor coding style cleanup.
Diffstat (limited to 'fs/jffs2')
-rw-r--r--fs/jffs2/jffs2_1pass.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c
index 5180107f48..667ae15e6d 100644
--- a/fs/jffs2/jffs2_1pass.c
+++ b/fs/jffs2/jffs2_1pass.c
@@ -278,13 +278,13 @@ static inline void *get_node_mem_nor(u32 off)
/*
- * Generic jffs2 raw memory and node read routines.
+ * Generic jffs2 raw memory and node read routines.
*
*/
static inline void *get_fl_mem(u32 off, u32 size, void *ext_buf)
{
struct mtdids *id = current_part->dev->id;
-
+
#if (CONFIG_COMMANDS & CFG_CMD_FLASH)
if (id->type == MTD_DEV_TYPE_NOR)
return get_fl_mem_nor(off);
@@ -302,7 +302,7 @@ static inline void *get_fl_mem(u32 off, u32 size, void *ext_buf)
static inline void *get_node_mem(u32 off)
{
struct mtdids *id = current_part->dev->id;
-
+
#if (CONFIG_COMMANDS & CFG_CMD_FLASH)
if (id->type == MTD_DEV_TYPE_NOR)
return get_node_mem_nor(off);
OpenPOWER on IntegriCloud