]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: iio: cdc: Remove unnecessary dev_info
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 25 Sep 2015 17:23:02 +0000 (22:53 +0530)
committerJonathan Cameron <jic23@kernel.org>
Wed, 30 Sep 2015 17:20:53 +0000 (18:20 +0100)
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>
drivers/staging/iio/cdc/ad7746.c

index 55cc8bb0b772f521f24458156b10466b5c196e6b..ca7d33f3b629b8362a26c6d12546a1b3798460b7 100644 (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;
 }