Staging: iio: cdc: Remove unnecessary dev_info

Remove dev_info as the information can be obtained by other means

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Acked-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Shraddha Barke 2015-09-25 22:53:02 +05:30 committed by Jonathan Cameron
parent 46d4503bc8
commit e38f898320

View file

@ -753,8 +753,6 @@ static int ad7746_probe(struct i2c_client *client,
if (ret)
return ret;
dev_info(&client->dev, "%s capacitive sensor registered\n", id->name);
return 0;
}