openwrt/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 packages: clean up the package folder 2013-06-21 16:54:37 +00:00
crc32.h packages: clean up the package folder 2013-06-21 16:54:37 +00:00
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 treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
jffs2.c treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
jffs2.h packages: clean up the package folder 2013-06-21 16:54:37 +00:00
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 packages: clean up the package folder 2013-06-21 16:54:37 +00:00
md5.h packages: clean up the package folder 2013-06-21 16:54:37 +00:00
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 mtd: fix endianness detection on musl 2016-10-27 01:50:42 +03:00
seama.h mtd: seama: add md5 to header struct 2016-05-09 18:53:11 +02:00
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 mtd: add fixwrg command 2018-02-13 11:16:49 +01:00
wrgg.c mtd: Make fixwrgg command work on DIR-685 2019-05-18 16:37:30 +02:00
wrgg.h mtd: add fixwrgg command 2016-10-27 01:50:42 +03:00