summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--realtek_mst_i2c_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/realtek_mst_i2c_spi.c b/realtek_mst_i2c_spi.c
index 42ccc415e..8d4f86d63 100644
--- a/realtek_mst_i2c_spi.c
+++ b/realtek_mst_i2c_spi.c
@@ -495,7 +495,7 @@ static int get_params(bool *reset, bool *enter_isp, bool *allow_brick)
static int realtek_mst_i2c_spi_init(void)
{
int ret = 0;
- bool reset = false, enter_isp = false, allow_brick = false;
+ bool reset, enter_isp, allow_brick;
if (get_params(&reset, &enter_isp, &allow_brick))
return SPI_GENERIC_ERROR;