.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Programming the mspx4xx sound processor family |
---|
3 | 4 | * |
---|
4 | 5 | * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or |
---|
7 | | - * modify it under the terms of the GNU General Public License |
---|
8 | | - * as published by the Free Software Foundation; either version 2 |
---|
9 | | - * of the License, or (at your option) any later version. |
---|
10 | | - * |
---|
11 | | - * This program is distributed in the hope that it will be useful, |
---|
12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | | - * GNU General Public License for more details. |
---|
15 | 6 | */ |
---|
16 | 7 | |
---|
17 | 8 | |
---|
.. | .. |
---|
655 | 646 | break; |
---|
656 | 647 | case 0: /* 4.5 */ |
---|
657 | 648 | state->detected_std = V4L2_STD_MN; |
---|
658 | | - /* fall-through */ |
---|
| 649 | + fallthrough; |
---|
659 | 650 | default: |
---|
660 | 651 | no_second: |
---|
661 | 652 | state->second = msp3400c_carrier_detect_main[max1].cdo; |
---|