net/hamradio/6pack: remove redundant variable channel
authorColin Ian King <colin.king@canonical.com>
Thu, 5 Jul 2018 10:11:07 +0000 (11:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2018 10:34:45 +0000 (19:34 +0900)
commit827ad90cfa6140f86c398a7a8d32d9f319835273
treea61bd13934fc63506363bf2800d5736d5b8c471e
parentb67030b139de957f1266555009f5f19feac819c4
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>
drivers/net/hamradio/6pack.c