gpio: amd8111: unmap ioport on failure case
This change unmaps ioport when gpiochip_add fails Signed-off-by: Pramod Gurav <pramod.gurav@smartplayin.com> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
580b9676e5
commit
8fb87deb95
@ -223,6 +223,7 @@ found:
|
|||||||
if (err) {
|
if (err) {
|
||||||
printk(KERN_ERR "GPIO registering failed (%d)\n",
|
printk(KERN_ERR "GPIO registering failed (%d)\n",
|
||||||
err);
|
err);
|
||||||
|
ioport_unmap(gp.pm);
|
||||||
release_region(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE);
|
release_region(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user