commit | 0219ef1ce577b85a859559c43458c52ca7f29586 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jul 03 08:43:39 2018 +0100 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Sat Jul 07 10:53:51 2018 +0200 |
tree | 6d5cb432dfa3cb2bb9a6163c1406c483b181c799 | |
parent | 48360246162b50e84a6e63ed572fdda5e038518b [diff] |
mtd: cfi: cmdset_0002: remove redundant variable timeo Variable is_local is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'timeo' 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>