Skip to content

Commit

Permalink
iio: pressure: bmp280: remove stray newline
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bartosz Golaszewski authored and Jonathan Cameron committed Oct 13, 2019
1 parent 420119f commit a521d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/pressure/bmp280-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,6 @@ int bmp280_common_probe(struct device *dev,
if (ret)
goto out_runtime_pm_disable;


return 0;

out_runtime_pm_disable:
Expand Down

0 comments on commit a521d52

Please sign in to comment.