Explorar el Código

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>
Shraddha Barke hace 10 años
padre
commit
e38f898320
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      drivers/staging/iio/cdc/ad7746.c

+ 0 - 2
drivers/staging/iio/cdc/ad7746.c

@@ -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;
 }