| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * mISDNinfineon.c |
|---|
| 3 | 4 | * Support for cards based on following Infineon ISDN chipsets |
|---|
| .. | .. |
|---|
| 17 | 18 | * - Berkom Scitel BRIX Quadro |
|---|
| 18 | 19 | * - Dr.Neuhaus (Sagem) Niccy |
|---|
| 19 | 20 | * |
|---|
| 20 | | - * |
|---|
| 21 | | - * |
|---|
| 22 | 21 | * Author Karsten Keil <keil@isdn4linux.de> |
|---|
| 23 | 22 | * |
|---|
| 24 | 23 | * 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 | | - * |
|---|
| 39 | 24 | */ |
|---|
| 40 | 25 | |
|---|
| 41 | 26 | #include <linux/interrupt.h> |
|---|
| .. | .. |
|---|
| 895 | 880 | release_card(card->sc[i]); |
|---|
| 896 | 881 | card->sc[i] = NULL; |
|---|
| 897 | 882 | } |
|---|
| 898 | | - /* fall through */ |
|---|
| 883 | + fallthrough; |
|---|
| 899 | 884 | default: |
|---|
| 900 | 885 | pci_disable_device(card->pdev); |
|---|
| 901 | 886 | pci_set_drvdata(card->pdev, NULL); |
|---|