[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191006105711.3b118d70@archlinux>
Date: Sun, 6 Oct 2019 10:57:11 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bgolaszewski@...libre.com>
Subject: Re: [PATCH 3/4] iio: pressure: bmp280: remove stray newline
On Wed, 2 Oct 2019 10:57:58 +0200
Bartosz Golaszewski <brgl@...ev.pl> wrote:
> From: Bartosz Golaszewski <bgolaszewski@...libre.com>
>
> Remove a stray newline from the probe callback.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@...libre.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:
Powered by blists - more mailing lists