kernel/drivers/pcmcia/db1xxx_ss.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * PCMCIA socket code for the Alchemy Db1xxx/Pb1xxx boards. 3 4 * .. .. @@ -254,8 +255,10 @@ 254 255 switch (state->Vcc) { 255 256 case 50: 256 257 ++v; 258 + fallthrough;257 259 case 33: 258 260 ++v; 261 + fallthrough;259 262 case 0: 260 263 break; 261 264 default: .. .. @@ -266,9 +269,11 @@ 266 269 switch (state->Vpp) { 267 270 case 12: 268 271 ++p; 272 + fallthrough;269 273 case 33: 270 274 case 50: 271 275 ++p; 276 + fallthrough;272 277 case 0: 273 278 break; 274 279 default: