commit | 827ad90cfa6140f86c398a7a8d32d9f319835273 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Jul 05 11:11:07 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 05 19:34:45 2018 +0900 |
tree | a61bd13934fc63506363bf2800d5736d5b8c471e | |
parent | b67030b139de957f1266555009f5f19feac819c4 [diff] |
net/hamradio/6pack: remove redundant variable channel Variable channel is being assigned but is never used hence it is redundant and can be removed. Cleans up two clang warnings: warning: variable 'channel' 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>