gpio-sch: Fix leak of resource

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Alan Cox 2012-07-24 13:55:10 +01:00 committed by Linus Walleij
parent 0d7614f09c
commit 8abdd2d2d8

View file

@ -241,7 +241,8 @@ static int __devinit sch_gpio_probe(struct platform_device *pdev)
break; break;
default: default:
return -ENODEV; err = -ENODEV;
goto err_sch_gpio_core;
} }
sch_gpio_core.dev = &pdev->dev; sch_gpio_core.dev = &pdev->dev;