On Wed, 2 Oct 2019 10:57:58 +0200 Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > Remove a stray newline from the probe callback. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for no particular reason (well for the other patches in that tree ;) Thanks, Jonathan > --- > drivers/iio/pressure/bmp280-core.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/pressure/bmp280-core.c b/drivers/iio/pressure/bmp280-core.c > index f22400e1e98f..fdbd3bc27921 100644 > --- a/drivers/iio/pressure/bmp280-core.c > +++ b/drivers/iio/pressure/bmp280-core.c > @@ -1131,7 +1131,6 @@ int bmp280_common_probe(struct device *dev, > if (ret) > goto out_runtime_pm_disable; > > - > return 0; > > out_runtime_pm_disable: