Merge tag 'v3.19-rc5' into devel

Linux 3.19-rc5
This commit is contained in:
Linus Walleij
2015-01-20 11:03:07 +01:00
613 changed files with 6263 additions and 4343 deletions

View File

@@ -441,7 +441,8 @@ static int grgpio_probe(struct platform_device *ofdev)
err = gpiochip_add(gc);
if (err) {
dev_err(&ofdev->dev, "Could not add gpiochip\n");
irq_domain_remove(priv->domain);
if (priv->domain)
irq_domain_remove(priv->domain);
return err;
}