| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * SDLA An implementation of a driver for the Sangoma S502/S508 series |
|---|
| 3 | 4 | * multi-protocol PC interface card. Initial offering is with |
|---|
| .. | .. |
|---|
| 25 | 26 | * from non DLCI devices. |
|---|
| 26 | 27 | * 0.30 Mike McLagan Fixed kernel panic when used with modified |
|---|
| 27 | 28 | * 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. |
|---|
| 33 | 29 | */ |
|---|
| 34 | 30 | |
|---|
| 35 | 31 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|
| .. | .. |
|---|
| 417 | 413 | case SDLA_RET_NO_BUFS: |
|---|
| 418 | 414 | if (cmd == SDLA_INFORMATION_WRITE) |
|---|
| 419 | 415 | break; |
|---|
| 416 | + fallthrough; |
|---|
| 420 | 417 | |
|---|
| 421 | 418 | default: |
|---|
| 422 | 419 | netdev_dbg(dev, "Cmd 0x%02X generated return code 0x%02X\n", |
|---|