summaryrefslogtreecommitdiffstats
path: root/lib/libstand/nandfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/nandfs.c')
-rw-r--r--lib/libstand/nandfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/nandfs.c b/lib/libstand/nandfs.c
index b8c51e3..713dc12 100644
--- a/lib/libstand/nandfs.c
+++ b/lib/libstand/nandfs.c
@@ -921,7 +921,7 @@ nandfs_bmap_lookup(struct nandfs *fs, struct nandfs_node *node,
return (0);
}
- twiddle(1);
+ twiddle();
NANDFS_DEBUG("calling get_map with %jx\n", ind_block_num);
map = nandfs_get_map(fs, node, ind_block_num, phys);
if (map == NULL)
OpenPOWER on IntegriCloud