diff options
| author | Alan Cox <alan@linux.intel.com> | 2012-07-24 08:55:10 -0400 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2012-08-04 18:33:48 -0400 |
| commit | 8abdd2d2d873ece35a201c2e05af7b6998cf0dca (patch) | |
| tree | 4a461d94d50a9c45d5d25bdda68898f15241fcfb /drivers/gpio | |
| parent | 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff) | |
gpio-sch: Fix leak of resource
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
| -rw-r--r-- | drivers/gpio/gpio-sch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-sch.c b/drivers/gpio/gpio-sch.c index 424dce8e3f30..8707d4572a06 100644 --- a/drivers/gpio/gpio-sch.c +++ b/drivers/gpio/gpio-sch.c | |||
| @@ -241,7 +241,8 @@ static int __devinit sch_gpio_probe(struct platform_device *pdev) | |||
| 241 | break; | 241 | break; |
| 242 | 242 | ||
| 243 | default: | 243 | default: |
| 244 | return -ENODEV; | 244 | err = -ENODEV; |
| 245 | goto err_sch_gpio_core; | ||
| 245 | } | 246 | } |
| 246 | 247 | ||
| 247 | sch_gpio_core.dev = &pdev->dev; | 248 | sch_gpio_core.dev = &pdev->dev; |
