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 <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Lars-Peter Clausen 2013-06-14 16:58:00 +01:00 committed by Jonathan Cameron
parent 83740d53d0
commit 08d7a70c01

View 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: