mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
iio: pressure: bmp280: remove stray newline
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>
This commit is contained in:
parent
420119fcc5
commit
a521d52d1e
|
|
@ -1130,7 +1130,6 @@ int bmp280_common_probe(struct device *dev,
|
|||
if (ret)
|
||||
goto out_runtime_pm_disable;
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
out_runtime_pm_disable:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user