Merge branch 'fix-dss-mux' into fixes
[deliverable/linux.git] / drivers / gpio / gpio-nomadik.c
index 1ebedfb6d46dba7cb7c30e2a9400f6400e8b9159..839624f9fe6aa6dca29aba693dad33671abed888 100644 (file)
@@ -1150,8 +1150,8 @@ static int __devinit nmk_gpio_probe(struct platform_device *dev)
 
        nmk_gpio_init_irq(nmk_chip);
 
-       dev_info(&dev->dev, "Bits %i-%i at address %p\n",
-                nmk_chip->chip.base, nmk_chip->chip.base+31, nmk_chip->addr);
+       dev_info(&dev->dev, "at address %p\n",
+                nmk_chip->addr);
        return 0;
 
 out_free:
This page took 0.028303 seconds and 5 git commands to generate.