.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * budget.c: driver for the SAA7146 based Budget DVB cards |
---|
3 | 4 | * |
---|
.. | .. |
---|
12 | 13 | * Michael Dreher <michael@5dot1.de>, |
---|
13 | 14 | * Oliver Endriss <o.endriss@gmx.de> and |
---|
14 | 15 | * Andreas 'randy' Weinberger |
---|
15 | | - * |
---|
16 | | - * This program is free software; you can redistribute it and/or |
---|
17 | | - * modify it under the terms of the GNU General Public License |
---|
18 | | - * as published by the Free Software Foundation; either version 2 |
---|
19 | | - * of the License, or (at your option) any later version. |
---|
20 | | - * |
---|
21 | | - * |
---|
22 | | - * This program is distributed in the hope that it will be useful, |
---|
23 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
24 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
25 | | - * GNU General Public License for more details. |
---|
26 | | - * |
---|
27 | | - * To obtain the license, point your browser to |
---|
28 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
29 | | - * |
---|
30 | 16 | * |
---|
31 | 17 | * the project's page is at https://linuxtv.org |
---|
32 | 18 | */ |
---|
.. | .. |
---|
627 | 613 | break; |
---|
628 | 614 | } |
---|
629 | 615 | } |
---|
630 | | - /* fall through */ |
---|
| 616 | + fallthrough; |
---|
631 | 617 | case 0x1018: // TT Budget-S-1401 (philips tda10086/philips tda8262) |
---|
632 | 618 | { |
---|
633 | 619 | struct dvb_frontend *fe; |
---|
.. | .. |
---|
652 | 638 | break; |
---|
653 | 639 | } |
---|
654 | 640 | } |
---|
655 | | - /* fall through */ |
---|
| 641 | + fallthrough; |
---|
656 | 642 | |
---|
657 | 643 | case 0x101c: { /* TT S2-1600 */ |
---|
658 | 644 | const struct stv6110x_devctl *ctl; |
---|