forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/pcmcia/db1xxx_ss.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * PCMCIA socket code for the Alchemy Db1xxx/Pb1xxx boards.
34 *
....@@ -254,8 +255,10 @@
254255 switch (state->Vcc) {
255256 case 50:
256257 ++v;
258
+ fallthrough;
257259 case 33:
258260 ++v;
261
+ fallthrough;
259262 case 0:
260263 break;
261264 default:
....@@ -266,9 +269,11 @@
266269 switch (state->Vpp) {
267270 case 12:
268271 ++p;
272
+ fallthrough;
269273 case 33:
270274 case 50:
271275 ++p;
276
+ fallthrough;
272277 case 0:
273278 break;
274279 default: