| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Touchscreen driver for WM831x PMICs |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2011 Wolfson Microelectronics plc. |
|---|
| 5 | 6 | * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 294 | 290 | default: |
|---|
| 295 | 291 | dev_err(&pdev->dev, "Unsupported ISEL setting: %d\n", |
|---|
| 296 | 292 | pdata->isel); |
|---|
| 297 | | - /* Fall through */ |
|---|
| 293 | + fallthrough; |
|---|
| 298 | 294 | case 200: |
|---|
| 299 | 295 | case 0: |
|---|
| 300 | 296 | wm831x_set_bits(wm831x, WM831X_TOUCH_CONTROL_2, |
|---|