[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201029145639.4f9ad714@archlinux>
Date: Thu, 29 Oct 2020 14:56:39 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: trix@...hat.com
Cc: paul@...pouillou.net, lars@...afoo.de, pmeerw@...erw.net,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio/adc: ingenic: remove unneeded semicolon
On Tue, 27 Oct 2020 13:11:28 -0700
trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Hi Tom,
Ideally this set of similar patches in one subsystem would have been as a series.
Makes it easier to pick up with b4 and I'm lazy ;)
Applied,
Thanks,
Jonathan
> ---
> drivers/iio/adc/ingenic-adc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/ingenic-adc.c b/drivers/iio/adc/ingenic-adc.c
> index 92b25083e23f..7886cdca5a5e 100644
> --- a/drivers/iio/adc/ingenic-adc.c
> +++ b/drivers/iio/adc/ingenic-adc.c
> @@ -542,7 +542,7 @@ static int ingenic_adc_read_avail(struct iio_dev *iio_dev,
> return IIO_AVAIL_LIST;
> default:
> return -EINVAL;
> - };
> + }
> }
>
> static int ingenic_adc_read_chan_info_raw(struct iio_dev *iio_dev,
Powered by blists - more mailing lists