.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * PowerNV OPAL asynchronous completion interfaces |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2013-2017 IBM Corp. |
---|
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 |
---|
9 | | - * 2 of the License, or (at your option) any later version. |
---|
10 | 6 | */ |
---|
11 | 7 | |
---|
12 | 8 | #undef DEBUG |
---|
.. | .. |
---|
108 | 104 | */ |
---|
109 | 105 | case ASYNC_TOKEN_DISPATCHED: |
---|
110 | 106 | opal_async_tokens[token].state = ASYNC_TOKEN_ABANDONED; |
---|
111 | | - /* Fall through */ |
---|
| 107 | + fallthrough; |
---|
112 | 108 | default: |
---|
113 | 109 | rc = 1; |
---|
114 | 110 | } |
---|