Commit a521d52d authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Jonathan Cameron
Browse files

iio: pressure: bmp280: remove stray newline



Remove a stray newline from the probe callback.

Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 420119fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1130,7 +1130,6 @@ int bmp280_common_probe(struct device *dev,
	if (ret)
		goto out_runtime_pm_disable;


	return 0;

out_runtime_pm_disable: