diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2019-03-23 07:25:00 +0100 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2019-03-23 07:25:00 +0100 |
| commit | 3b55cb88c3898239ebbca86372ece1d145013010 (patch) | |
| tree | 33a534d71b93b4ff9fc9173b87427b3ca32d5bc6 /include | |
| parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) | |
| parent | b45a02e13ee74b6fde56df4d76786058821a3aba (diff) | |
Merge tag 'gpio-5.1-rc2-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes
GPIO fixes for v5.1-rc2
- check the return value of a function that can fail in gpio-exar
- fix the SPDX identifier in amd-fch
- fix the direction_input callback in gpio-adnp
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/platform_data/gpio/gpio-amd-fch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/gpio/gpio-amd-fch.h b/include/linux/platform_data/gpio/gpio-amd-fch.h index a867637e172d..9e46678edb2a 100644 --- a/include/linux/platform_data/gpio/gpio-amd-fch.h +++ b/include/linux/platform_data/gpio/gpio-amd-fch.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL+ */ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * AMD FCH gpio driver platform-data |
