.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | Copyright (c) 2001,2002 Christer Weinigel <wingel@nano-system.com> |
---|
3 | 4 | |
---|
.. | .. |
---|
8 | 9 | Copyright (c) 2001 Benjamin Herrenschmidt <benh@kernel.crashing.org> |
---|
9 | 10 | Copyright (c) 2000 Philip Edelbrock <phil@stimpy.netroedge.com> |
---|
10 | 11 | |
---|
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. |
---|
20 | 12 | */ |
---|
21 | 13 | |
---|
22 | 14 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|
.. | .. |
---|
159 | 151 | |
---|
160 | 152 | case state_repeat_start: |
---|
161 | 153 | outb(inb(ACBCTL1) | ACBCTL1_START, ACBCTL1); |
---|
162 | | - /* fallthrough */ |
---|
| 154 | + fallthrough; |
---|
163 | 155 | |
---|
164 | 156 | case state_quick: |
---|
165 | 157 | if (iface->address_byte & 1) { |
---|