From: Lars-Peter Clausen Date: Fri, 14 Jun 2013 15:58:00 +0000 (+0100) Subject: staging:iio:ad7291: Remove unnecessary dev_info() from probe() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=08d7a70c01c68e8d457d232eea426fe21bd36670;p=linux-beck.git staging:iio:ad7291: Remove unnecessary dev_info() from probe() No need spam the log during probe if nothing went wrong. Signed-off-by: Lars-Peter Clausen Signed-off-by: Jonathan Cameron --- diff --git a/drivers/staging/iio/adc/ad7291.c b/drivers/staging/iio/adc/ad7291.c index 782e100360c7..5bb1963fbe2d 100644 --- a/drivers/staging/iio/adc/ad7291.c +++ b/drivers/staging/iio/adc/ad7291.c @@ -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: