Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6
[cascardo/linux.git] / drivers / gpio / gpio-pcf857x.c
index 3e1f1ec..2d1de9e 100644 (file)
@@ -290,10 +290,7 @@ static int pcf857x_probe(struct i2c_client *client,
         * methods can't be called from sleeping contexts.
         */
 
-       dev_info(&client->dev, "gpios %d..%d on a %s%s\n",
-                       gpio->chip.base,
-                       gpio->chip.base + gpio->chip.ngpio - 1,
-                       client->name,
+       dev_info(&client->dev, "%s\n",
                        client->irq ? " (irq ignored)" : "");
 
        /* Let platform code set up the GPIOs and their users.