]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/hwspinlock/u8500_hsem.c
hwspinlock/u8500: fix build error due to undefined label
[karo-tx-linux.git] / drivers / hwspinlock / u8500_hsem.c
index 143461a95ae4adc8bd75557aa8e76f5a2d298b9f..a120f14814f979a13c4b4ef609d8fc6a2691ad44 100644 (file)
@@ -108,10 +108,8 @@ static int __devinit u8500_hsem_probe(struct platform_device *pdev)
                return -ENODEV;
 
        io_base = ioremap(res->start, resource_size(res));
-       if (!io_base) {
-               ret = -ENOMEM;
-               goto free_state;
-       }
+       if (!io_base)
+               return -ENOMEM;
 
        /* make sure protocol 1 is selected */
        val = readl(io_base + HSEM_CTRL_REG);