The variable ret is not used in this function. Fixes: 28350bc0ac77 ("leds: turris-omnia: Do not use SMBUS calls") Closes: https://lore.kernel.org/linux-leds/202309212215.Yl5VQaSm-lkp@xxxxxxxxx/T/#u Signed-off-by: Marek Behún <kabel@xxxxxxxxxx> --- drivers/leds/leds-turris-omnia.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/leds/leds-turris-omnia.c b/drivers/leds/leds-turris-omnia.c index e1a4629479c5..f27241896970 100644 --- a/drivers/leds/leds-turris-omnia.c +++ b/drivers/leds/leds-turris-omnia.c @@ -60,7 +60,6 @@ struct omnia_leds { static int omnia_cmd_write_u8(const struct i2c_client *client, u8 cmd, u8 val) { u8 buf[2] = { cmd, val }; - int ret; return i2c_master_send(client, buf, sizeof(buf)); } -- 2.41.0