hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/drivers/input/touchscreen/wm831x-ts.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Touchscreen driver for WM831x PMICs
34 *
45 * Copyright 2011 Wolfson Microelectronics plc.
56 * 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.
117 */
128
139 #include <linux/module.h>
....@@ -294,7 +290,7 @@
294290 default:
295291 dev_err(&pdev->dev, "Unsupported ISEL setting: %d\n",
296292 pdata->isel);
297
- /* Fall through */
293
+ fallthrough;
298294 case 200:
299295 case 0:
300296 wm831x_set_bits(wm831x, WM831X_TOUCH_CONTROL_2,