commit | 68b1a1e786f29c900fa1c516a402e24f0ece622a | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Mar 25 17:10:16 2011 +0200 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Fri Mar 25 17:10:16 2011 +0200 |
tree | ea9bed01be0ee11ff3e6e119aa1883bad85b35f7 | |
parent | e21fa86ad0ffa2c292b104ea19bdaa46ceab7105 [diff] |
mtd: mtdswap: fix compilation warning Fix the following compilation warning: drivers/mtd/mtdswap.c: In function ‘mtdswap_pick_gc_eblk’: drivers/mtd/mtdswap.c:859: warning: ‘idx’ may be used uninitialized in this function drivers/mtd/mtdswap.c:859: note: ‘idx’ was declared here Initialize idx to -1 because this value means "no tree choosen". Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>