hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/wan/sdla.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * SDLA An implementation of a driver for the Sangoma S502/S508 series
34 * multi-protocol PC interface card. Initial offering is with
....@@ -25,11 +26,6 @@
2526 * from non DLCI devices.
2627 * 0.30 Mike McLagan Fixed kernel panic when used with modified
2728 * ifconfig
28
- *
29
- * This program is free software; you can redistribute it and/or
30
- * modify it under the terms of the GNU General Public License
31
- * as published by the Free Software Foundation; either version
32
- * 2 of the License, or (at your option) any later version.
3329 */
3430
3531 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -417,6 +413,7 @@
417413 case SDLA_RET_NO_BUFS:
418414 if (cmd == SDLA_INFORMATION_WRITE)
419415 break;
416
+ fallthrough;
420417
421418 default:
422419 netdev_dbg(dev, "Cmd 0x%02X generated return code 0x%02X\n",