hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/isdn/hardware/mISDN/mISDNinfineon.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * mISDNinfineon.c
34 * Support for cards based on following Infineon ISDN chipsets
....@@ -17,25 +18,9 @@
1718 * - Berkom Scitel BRIX Quadro
1819 * - Dr.Neuhaus (Sagem) Niccy
1920 *
20
- *
21
- *
2221 * Author Karsten Keil <keil@isdn4linux.de>
2322 *
2423 * Copyright 2009 by Karsten Keil <keil@isdn4linux.de>
25
- *
26
- * This program is free software; you can redistribute it and/or modify
27
- * it under the terms of the GNU General Public License version 2 as
28
- * published by the Free Software Foundation.
29
- *
30
- * This program is distributed in the hope that it will be useful,
31
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
32
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33
- * GNU General Public License for more details.
34
- *
35
- * You should have received a copy of the GNU General Public License
36
- * along with this program; if not, write to the Free Software
37
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
38
- *
3924 */
4025
4126 #include <linux/interrupt.h>
....@@ -895,7 +880,7 @@
895880 release_card(card->sc[i]);
896881 card->sc[i] = NULL;
897882 }
898
- /* fall through */
883
+ fallthrough;
899884 default:
900885 pci_disable_device(card->pdev);
901886 pci_set_drvdata(card->pdev, NULL);