immortalwrt/package/system/mtd/src
Petr Štetiar d6198d8625 mtd: cleanup unused code and variables in fis.c
While compile checking mtd changes in PR#1359 I've noticed following
compiler warnings and cleaned them up:

 fis.c: In function 'fis_remap':
 fis.c:143:25: warning: variable 'redboot' set but not used [-Wunused-but-set-variable]
   struct fis_image_desc *redboot = NULL;
                         ^~~~~~~
 fis.c:142:25: warning: variable 'fisdir' set but not used [-Wunused-but-set-variable]
   struct fis_image_desc *fisdir = NULL;
                         ^~~~~~

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-07-17 23:06:02 +02:00
..
crc32.c
crc32.h
fis.c mtd: cleanup unused code and variables in fis.c 2019-07-17 23:06:02 +02:00
fis.h mtd: add CRC signature to RedBoot partition map 2019-07-17 22:59:29 +02:00
imagetag.c
jffs2.c
jffs2.h
linksys_bootcount.c mtd: base-files: Unify dual-firmware devices (Linksys) 2019-05-18 13:43:51 +02:00
Makefile package: mtd: add fixseama command for ath79 2019-07-16 20:14:02 +08:00
md5.c
md5.h
mtd.c mtd: add CRC signature to RedBoot partition map 2019-07-17 22:59:29 +02:00
mtd.h mtd: add logic for TP-Link ramips recovery magic 2019-01-26 21:46:32 +01:00
seama.c
seama.h
tpl_ramips_recoveryflag.c mtd: add logic for TP-Link ramips recovery magic 2019-01-26 21:46:32 +01:00
trx.c mtd: improve check for TRX header being already fixed 2018-07-15 23:27:09 +02:00
wrg.c
wrgg.c mtd: Make fixwrgg command work on DIR-685 2019-05-18 16:37:30 +02:00
wrgg.h