]> Git Repo - J-linux.git/commitdiff
iio: pressure: bmp280: remove stray newline
authorBartosz Golaszewski <[email protected]>
Wed, 2 Oct 2019 08:57:58 +0000 (10:57 +0200)
committerJonathan Cameron <[email protected]>
Sun, 13 Oct 2019 07:53:35 +0000 (08:53 +0100)
Remove a stray newline from the probe callback.

Signed-off-by: Bartosz Golaszewski <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>
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:
This page took 0.052059 seconds and 4 git commands to generate.