hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/i2c/busses/scx200_acb.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com>
34
....@@ -8,15 +9,6 @@
89 Copyright (c) 2001 Benjamin Herrenschmidt <benh@kernel.crashing.org>
910 Copyright (c) 2000 Philip Edelbrock <phil@stimpy.netroedge.com>
1011
11
- This program is free software; you can redistribute it and/or
12
- modify it under the terms of the GNU General Public License as
13
- published by the Free Software Foundation; either version 2 of the
14
- License, or (at your option) any later version.
15
-
16
- This program is distributed in the hope that it will be useful,
17
- but WITHOUT ANY WARRANTY; without even the implied warranty of
18
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19
- General Public License for more details.
2012 */
2113
2214 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -159,7 +151,7 @@
159151
160152 case state_repeat_start:
161153 outb(inb(ACBCTL1) | ACBCTL1_START, ACBCTL1);
162
- /* fallthrough */
154
+ fallthrough;
163155
164156 case state_quick:
165157 if (iface->address_byte & 1) {