iio: pressure: bmp280: remove stray newline
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 2 Oct 2019 08:57:58 +0000 (10:57 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Oct 2019 07:53:35 +0000 (08:53 +0100)
Remove a stray newline from the probe callback.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/pressure/bmp280-core.c

index 8d0f15f27dc5592621b4ff2ebbd3bb324f413e68..c3b5c1f6614dabcdb40efc24101047c5033a8bb5 100644 (file)
@@ -1130,7 +1130,6 @@ int bmp280_common_probe(struct device *dev,
        if (ret)
                goto out_runtime_pm_disable;
 
-
        return 0;
 
 out_runtime_pm_disable: