]> Pileus Git - ~andy/linux/commitdiff
staging:iio:ad7291: Remove unnecessary dev_info() from probe()
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 14 Jun 2013 15:58:00 +0000 (16:58 +0100)
committerJonathan Cameron <jic23@kernel.org>
Fri, 14 Jun 2013 20:52:04 +0000 (21:52 +0100)
No need spam the log during probe if nothing went wrong.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/ad7291.c

index 782e100360c72a2bc5d0aa7ce2c051bde80e5521..5bb1963fbe2dc74ad680f49b5192df93f9709704 100644 (file)
@@ -628,9 +628,6 @@ static int ad7291_probe(struct i2c_client *client,
        if (ret)
                goto error_unreg_irq;
 
-       dev_info(&client->dev, "%s ADC registered.\n",
-                        id->name);
-
        return 0;
 
 error_unreg_irq: