hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/sound/isa/galaxy/galaxy.c
....@@ -1,20 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Aztech AZT1605/AZT2316 Driver
34 * Copyright (C) 2007,2010 Rene Herman
4
- *
5
- * This program is free software: you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License as published by
7
- * the Free Software Foundation, either version 2 of the License, or
8
- * (at your option) any later version.
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
- *
15
- * You should have received a copy of the GNU General Public License
16
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
17
- *
185 */
196
207 #include <linux/kernel.h>
....@@ -260,7 +247,7 @@
260247 break;
261248 case 2:
262249 irq[n] = 9;
263
- /* Fall through */
250
+ fallthrough;
264251 case 9:
265252 wss_config[n] |= WSS_CONFIG_IRQ_9;
266253 break;
....@@ -305,7 +292,7 @@
305292 case 1:
306293 if (dma1[n] == 0)
307294 break;
308
- /* Fall through */
295
+ fallthrough;
309296 default:
310297 dev_err(dev, "invalid capture DMA %d\n", dma2[n]);
311298 return 0;
....@@ -335,7 +322,7 @@
335322 break;
336323 case 2:
337324 mpu_irq[n] = 9;
338
- /* Fall through */
325
+ fallthrough;
339326 case 9:
340327 config[n] |= GALAXY_CONFIG_MPUIRQ_2;
341328 break;