diff options
| author | Salah Triki <salah.triki@gmail.com> | 2025-08-18 10:27:31 +0100 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2025-09-13 15:22:17 +0100 |
| commit | 6233067494ae034484882e37ece378fa08bca6a4 (patch) | |
| tree | 531574c983ed35bfb886f8854c1354aeb077189c | |
| parent | iio: ABI: add filter types for ad7173 (diff) | |
| download | linux-6233067494ae034484882e37ece378fa08bca6a4.tar.gz linux-6233067494ae034484882e37ece378fa08bca6a4.zip | |
iio: pressure: bmp280: Remove noisy dev_info()
Remove `dev_info()` call as it was considered noisy and is not
necessary for normal driver operation.
Signed-off-by: Salah Triki <salah.triki@gmail.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
| -rw-r--r-- | drivers/iio/pressure/bmp280-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/pressure/bmp280-core.c b/drivers/iio/pressure/bmp280-core.c index 48e76d907180..cf3f34f7bd7e 100644 --- a/drivers/iio/pressure/bmp280-core.c +++ b/drivers/iio/pressure/bmp280-core.c @@ -3212,7 +3212,6 @@ int bmp280_common_probe(struct device *dev, return dev_err_probe(dev, PTR_ERR(gpiod), "failed to get reset GPIO\n"); /* Deassert the signal */ - dev_info(dev, "release reset\n"); gpiod_set_value(gpiod, 0); data->regmap = regmap; |
