Commit 08d7a70c authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Jonathan Cameron

staging:iio:ad7291: Remove unnecessary dev_info() from probe()

No need spam the log during probe if nothing went wrong.
Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 83740d53
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment