X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=yaffs_mtdif.c;h=b36a8bec42160c7da5a1d8f73ff57c4aaca9e864;hp=7cf53b3d91be5057a0ff9d2dfb6d3994d48b12ac;hb=46eb953ecab322d3385ccf84c75d969de8542317;hpb=05f5305b2d17b0e2889338724b864cf80f309437 diff --git a/yaffs_mtdif.c b/yaffs_mtdif.c index 7cf53b3..b36a8be 100644 --- a/yaffs_mtdif.c +++ b/yaffs_mtdif.c @@ -29,7 +29,6 @@ int nandmtd_erase_block(struct yaffs_dev *dev, int block_no) ((loff_t) block_no) * dev->param.total_bytes_per_chunk * dev->param.chunks_per_block; struct erase_info ei; - int retval = 0; ei.mtd = mtd;