commit | 777a82f87a9af591c3b02e9983d6cd3109022ea9 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Jul 02 11:00:26 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 13 11:48:54 2018 -0700 |
tree | 77448369d9affdf0946f1ac1e1b9d00b056fdde1 | |
parent | bb1215a2d011db15e9a8d5d2469c0ad9651d7660 [diff] |
ide-tape: remove redundant variable buffer_size Variable buffer_size is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'buffer_size' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>