android_kernel_motorola_sm6225/drivers/mtd/ubi
Artem Bityutskiy c18a84186c UBI: fix warnings
Old gcc complains:

CC      drivers/mtd/ubi/wl.o
drivers/mtd/ubi/wl.c: In function 'wear_leveling_worker':
drivers/mtd/ubi/wl.c:746: warning: 'pe' may be used uninitialized in this function
CC      drivers/mtd/ubi/scan.o
drivers/mtd/ubi/scan.c: In function 'ubi_scan':
drivers/mtd/ubi/scan.c:772: warning: 'ec' may be used uninitialized in this function
drivers/mtd/ubi/scan.c:772: note: 'ec' was declared here

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2008-01-25 16:41:25 +02:00
..
build.c UBI: bugfix: calculate data offset properly 2008-01-25 16:41:24 +02:00
cdev.c UBI: fix warnings 2008-01-25 16:41:24 +02:00
debug.c UBI: use byte hexdump 2007-10-14 13:10:21 +03:00
debug.h UBI: add PID to debugging prints 2007-12-26 19:15:16 +02:00
eba.c UBI: add auto-resize feature 2008-01-25 16:41:24 +02:00
gluebi.c UBI: improve internal interfaces 2007-12-26 19:15:15 +02:00
io.c UBI: fix error code in ubi_io_read() 2007-12-26 19:15:13 +02:00
kapi.c UBI: fix warnings 2008-01-25 16:41:24 +02:00
Kconfig UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
Kconfig.debug UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
Makefile UBI: Unsorted Block Images 2007-04-27 14:23:33 +03:00
misc.c UBI: improve internal interfaces 2007-12-26 19:15:15 +02:00
scan.c UBI: fix warnings 2008-01-25 16:41:25 +02:00
scan.h UBI: do not use vmalloc on I/O path 2007-10-14 13:10:21 +03:00
ubi.h UBI: add auto-resize feature 2008-01-25 16:41:24 +02:00
upd.c UBI: tweak volumes locking 2007-12-26 19:15:15 +02:00
vmt.c UBI: add auto-resize feature 2008-01-25 16:41:24 +02:00
vtbl.c UBI: add auto-resize feature 2008-01-25 16:41:24 +02:00
wl.c UBI: fix warnings 2008-01-25 16:41:25 +02:00