diff options
author | Christophe JAILLET | 2021-08-20 17:38:03 +0200 |
---|---|---|
committer | Bartosz Golaszewski | 2021-08-31 12:10:12 +0200 |
commit | 7d6588931ccd4c09e70a08175cf2e0cf7fc3b869 (patch) | |
tree | 38e5b11c8bb4449c808543cda923c7c015c3949e /MAINTAINERS | |
parent | 555bda42b0c1a5ffb72d3227c043e8afde778f1f (diff) |
gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'
Commit 76c47d1449fc ("gpio: mpc8xxx: Add ACPI support") has switched to a
managed version when dealing with 'mpc8xxx_gc->regs'. So the corresponding
'iounmap()' call in the error handling path and in the remove should be
removed to avoid a double unmap.
This also allows some simplification in the probe. All the error handling
paths related to managed resources can be direct returns and a NULL check
in what remains in the error handling path can be removed.
Fixes: 76c47d1449fc ("gpio: mpc8xxx: Add ACPI support")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions