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-Tag: v3.11-rc1~158^2~165^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08d7a70c01c68e8d457d232eea426fe21bd36670;p=thirdparty%2Fkernel%2Flinux.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 782e100360c72..5bb1963fbe2dc 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: