forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/media/pci/ttpci/budget.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * budget.c: driver for the SAA7146 based Budget DVB cards
34 *
....@@ -12,21 +13,6 @@
1213 * Michael Dreher <michael@5dot1.de>,
1314 * Oliver Endriss <o.endriss@gmx.de> and
1415 * 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
- *
3016 *
3117 * the project's page is at https://linuxtv.org
3218 */
....@@ -627,7 +613,7 @@
627613 break;
628614 }
629615 }
630
- /* fall through */
616
+ fallthrough;
631617 case 0x1018: // TT Budget-S-1401 (philips tda10086/philips tda8262)
632618 {
633619 struct dvb_frontend *fe;
....@@ -652,7 +638,7 @@
652638 break;
653639 }
654640 }
655
- /* fall through */
641
+ fallthrough;
656642
657643 case 0x101c: { /* TT S2-1600 */
658644 const struct stv6110x_devctl *ctl;