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

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
...@@ -1130,7 +1130,6 @@ int bmp280_common_probe(struct device *dev, ...@@ -1130,7 +1130,6 @@ int bmp280_common_probe(struct device *dev,
if (ret) if (ret)
goto out_runtime_pm_disable; goto out_runtime_pm_disable;
return 0; return 0;
out_runtime_pm_disable: out_runtime_pm_disable:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment