hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/power/supply/wm831x_power.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * PMU driver for Wolfson Microelectronics wm831x PMICs
34 *
45 * Copyright 2009 Wolfson Microelectronics PLC.
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107
118 #include <linux/module.h>
....@@ -668,7 +665,7 @@
668665 break;
669666 default:
670667 dev_err(&pdev->dev, "Failed to find USB phy: %d\n", ret);
671
- /* fall-through */
668
+ fallthrough;
672669 case -EPROBE_DEFER:
673670 goto err_bat_irq;
674671 break;