From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 20 Feb 2024 01:20:52 +0000 Subject: [PATCH] add new system file --- kernel/drivers/input/mouse/cyapa_gen3.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/drivers/input/mouse/cyapa_gen3.c b/kernel/drivers/input/mouse/cyapa_gen3.c index 076dda4..a0361f9 100644 --- a/kernel/drivers/input/mouse/cyapa_gen3.c +++ b/kernel/drivers/input/mouse/cyapa_gen3.c @@ -1067,7 +1067,7 @@ return error; } - /* Fallthrough state */ + fallthrough; case CYAPA_STATE_BL_IDLE: /* Try to get firmware version in bootloader mode. */ cyapa_gen3_bl_query_data(cyapa); @@ -1078,7 +1078,7 @@ return error; } - /* Fallthrough state */ + fallthrough; case CYAPA_STATE_OP: /* * Reading query data before going back to the full mode -- Gitblit v1.6.2