X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=patches%2Fyaffs_mtdif2.c;h=6d95651c50bfc41d777aafb424c9ff58591784ea;hp=bc6fc705667faa3094cfc81698cf127ac131b243;hb=e33554a67753729f6b74677473cf0ec3b8d35a7e;hpb=65ce15f68b6113230a68d6e0c8f3a9ba9afb6fb3 diff --git a/patches/yaffs_mtdif2.c b/patches/yaffs_mtdif2.c index bc6fc70..6d95651 100644 --- a/patches/yaffs_mtdif2.c +++ b/patches/yaffs_mtdif2.c @@ -1,6 +1,5 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffs_mtdif.c NAND mtd wrapper functions. * * Copyright (C) 2002 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering @@ -10,13 +9,12 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. - * */ /* mtd interface for YAFFS2 */ const char *yaffs_mtdif2_c_version = - "$Id: yaffs_mtdif2.c,v 1.1 2006-05-25 01:37:27 charles Exp $"; + "$Id: yaffs_mtdif2.c,v 1.2 2007-03-07 08:05:58 colin Exp $"; #include "yportenv.h" @@ -187,7 +185,7 @@ int nandmtd2_ReadChunkWithTagsFromNAND(yaffs_Device * dev, int chunkInNAND, } if (tags) - yaffs_UnpackTags2(tags, &pt); + yaffs_unpack_tags2(tags, &pt); if (retval == 0) return YAFFS_OK;