mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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:
parent
83740d53d0
commit
08d7a70c01
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user