Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
[deliverable/linux.git] / drivers / gpio / gpio-adp5588.c
index 3525ad91877162aefb6cacc5bcd0963f3156aee7..9ad1703d1408aa0c8661de5826e3247ddeaf3f30 100644 (file)
@@ -418,9 +418,8 @@ static int __devinit adp5588_gpio_probe(struct i2c_client *client,
        if (ret)
                goto err_irq;
 
-       dev_info(&client->dev, "gpios %d..%d (IRQ Base %d) on a %s Rev. %d\n",
-                       gc->base, gc->base + gc->ngpio - 1,
-                       pdata->irq_base, client->name, revid);
+       dev_info(&client->dev, "IRQ Base: %d Rev.: %d\n",
+                       pdata->irq_base, revid);
 
        if (pdata->setup) {
                ret = pdata->setup(client, gc->base, gc->ngpio, pdata->context);
This page took 0.034521 seconds and 5 git commands to generate.