[PATCH] staging: vt6655: remove unused variable byMaxChannel

From: Alberto Merciai
Date: Sat Dec 04 2021 - 05:16:13 EST


Remove set but not used variable byMaxChannel.

Signed-off-by: Alberto Merciai <alb3rt0.m3rciai@xxxxxxxxx>
---
drivers/staging/vt6655/device.h | 1 -
drivers/staging/vt6655/device_main.c | 1 -
2 files changed, 2 deletions(-)

diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 245f992e5a23..bf2698056c55 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -201,7 +201,6 @@ struct vnt_private {
unsigned char byTopCCKBasicRate;

unsigned char byMinChannel;
- unsigned char byMaxChannel;

unsigned char preamble_type;
unsigned char byShortPreamble;
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index 37a82550ca82..cf8d9a05734d 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -229,7 +229,6 @@ static void device_init_registers(struct vnt_private *priv)

/* Get Channel range */
priv->byMinChannel = 1;
- priv->byMaxChannel = CB_MAX_CHANNEL;

/* Get Antena */
byValue = SROMbyReadEmbedded(priv->port_offset, EEP_OFS_ANTENNA);
--
2.25.1