Skip to content

Commit 6233067

Browse files
salah-trikijic23
authored andcommitted
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>
1 parent bf99115 commit 6233067

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/iio/pressure/bmp280-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3212,7 +3212,6 @@ int bmp280_common_probe(struct device *dev,
32123212
return dev_err_probe(dev, PTR_ERR(gpiod), "failed to get reset GPIO\n");
32133213

32143214
/* Deassert the signal */
3215-
dev_info(dev, "release reset\n");
32163215
gpiod_set_value(gpiod, 0);
32173216

32183217
data->regmap = regmap;

0 commit comments

Comments
 (0)