Message ID | 20191002085759.13337-4-brgl@bgdev.pl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: pressure: bmp280: code shrink | expand |
On Wed, 2 Oct 2019 10:57:58 +0200 Bartosz Golaszewski <brgl@bgdev.pl> wrote: > From: Bartosz Golaszewski <bgolaszewski@baylibre.com> > > Remove a stray newline from the probe callback. > > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> 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:
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: