.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * PMU driver for Wolfson Microelectronics wm831x PMICs |
---|
3 | 4 | * |
---|
4 | 5 | * 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. |
---|
9 | 6 | */ |
---|
10 | 7 | |
---|
11 | 8 | #include <linux/module.h> |
---|
.. | .. |
---|
668 | 665 | break; |
---|
669 | 666 | default: |
---|
670 | 667 | dev_err(&pdev->dev, "Failed to find USB phy: %d\n", ret); |
---|
671 | | - /* fall-through */ |
---|
| 668 | + fallthrough; |
---|
672 | 669 | case -EPROBE_DEFER: |
---|
673 | 670 | goto err_bat_irq; |
---|
674 | 671 | break; |
---|