Re: [PATCH] net/hamradio/6pack: remove redundant variable channel
From: David Miller <davem@davemloft.net>
Date: 2018-07-05 10:35:16
Also in:
kernel-janitors, linux-hams, lkml
From: David Miller <davem@davemloft.net>
Date: 2018-07-05 10:35:16
Also in:
kernel-janitors, linux-hams, lkml
From: Colin King <redacted> Date: Thu, 5 Jul 2018 11:11:07 +0100
From: Colin Ian King <redacted> 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 <redacted>
Applied.