X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyaffs_nandif.c;h=0450487960fa0b64f46e55772787496ab3fcff2f;hb=refs%2Ftags%2Flinux-mainline-patchset-5;hp=e103757f12fe36316ca477dbc237d065a859e56c;hpb=5062df7307f71d3374da87a7c69102dc3f09da28;p=yaffs2.git diff --git a/direct/yaffs_nandif.c b/direct/yaffs_nandif.c index e103757..0450487 100644 --- a/direct/yaffs_nandif.c +++ b/direct/yaffs_nandif.c @@ -1,7 +1,7 @@ /* * YAFFS: Yet Another Flash File System. A NAND-flash specific file system. * - * Copyright (C) 2002-2010 Aleph One Ltd. + * Copyright (C) 2002-2011 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Charles Manning @@ -184,7 +184,7 @@ int ynandif_QueryNANDBlock(struct yaffs_dev *dev, int blockId, } else { - *state = YAFFS_BLOCK_STATE_NEEDS_SCANNING; + *state = YAFFS_BLOCK_STATE_NEEDS_SCAN; *seq_number = tags.seq_number; } }