Files
linux/drivers/mtd/ubi
Artem Bityutskiy 4788b60a5f UBI: remove dead code
Thanks to new gcc 4.6 for issuing the following warning:

drivers/mtd/ubi/vtbl.c: In function ‘create_vtbl’:
drivers/mtd/ubi/vtbl.c:311:33: warning: variable ‘old_seb’ set but not used [-Wunused-but-set-variable]

This patch removes some dead code and fixes the warning.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2011-06-07 09:15:55 +03:00
..
2011-06-01 11:23:12 +03:00
2011-04-14 11:34:41 +03:00
2010-10-19 17:19:57 +03:00
2011-03-08 10:12:48 +02:00
2011-04-05 11:08:59 +03:00
2009-06-03 17:45:23 +03:00
2010-01-18 18:53:56 +02:00
2011-06-07 09:15:55 +03:00