commit | fb60e87dc4aa415f9d797c5df522eb9578366359 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 04 07:46:09 2018 +0100 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Sat Jul 07 10:55:05 2018 +0200 |
tree | 75843b4b12361cfb1124dc5c2dffbb168815223d | |
parent | 0219ef1ce577b85a859559c43458c52ca7f29586 [diff] |
mtd: nftl: remove redundant variable nb_erases Variable nb_erases is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'nb_erases' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>