From: Bartosz Golaszewski <[email protected]>

Remove a stray newline from the probe callback.

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
 drivers/iio/pressure/bmp280-core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/iio/pressure/bmp280-core.c 
b/drivers/iio/pressure/bmp280-core.c
index f22400e1e98f..fdbd3bc27921 100644
--- a/drivers/iio/pressure/bmp280-core.c
+++ b/drivers/iio/pressure/bmp280-core.c
@@ -1131,7 +1131,6 @@ int bmp280_common_probe(struct device *dev,
        if (ret)
                goto out_runtime_pm_disable;
 
-
        return 0;
 
 out_runtime_pm_disable:
-- 
2.23.0

Reply via email to