]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpio/gpio-tps65910.c
Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into next
[karo-tx-linux.git] / drivers / gpio / gpio-tps65910.c
index b6e818e680076c2041469d47e4ff03f7d7dee8c0..e2f8cda235ead0bcb3616ab63775d18d6ac55eac 100644 (file)
@@ -123,10 +123,8 @@ static int tps65910_gpio_probe(struct platform_device *pdev)
 
        tps65910_gpio = devm_kzalloc(&pdev->dev,
                                sizeof(*tps65910_gpio), GFP_KERNEL);
-       if (!tps65910_gpio) {
-               dev_err(&pdev->dev, "Could not allocate tps65910_gpio\n");
+       if (!tps65910_gpio)
                return -ENOMEM;
-       }
 
        tps65910_gpio->tps65910 = tps65910;