| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> |
|---|
| 3 | | - * |
|---|
| 4 | | - * Licensed under the terms of the GNU GPL License version 2. |
|---|
| 5 | 4 | * |
|---|
| 6 | 5 | * Library for common functions for Intel SpeedStep v.1 and v.2 support |
|---|
| 7 | 6 | * |
|---|
| .. | .. |
|---|
| 241 | 240 | return pentium3_get_frequency(processor); |
|---|
| 242 | 241 | default: |
|---|
| 243 | 242 | return 0; |
|---|
| 244 | | - }; |
|---|
| 243 | + } |
|---|
| 245 | 244 | return 0; |
|---|
| 246 | 245 | } |
|---|
| 247 | 246 | EXPORT_SYMBOL_GPL(speedstep_get_frequency); |
|---|
| .. | .. |
|---|
| 367 | 366 | } else |
|---|
| 368 | 367 | return SPEEDSTEP_CPU_PIII_C; |
|---|
| 369 | 368 | } |
|---|
| 370 | | - /* fall through */ |
|---|
| 369 | + fallthrough; |
|---|
| 371 | 370 | default: |
|---|
| 372 | 371 | return 0; |
|---|
| 373 | 372 | } |
|---|