[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201029145708.3479fd28@archlinux>
Date: Thu, 29 Oct 2020 14:57:08 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: trix@...hat.com
Cc: eugen.hristev@...rochip.com, lars@...afoo.de, pmeerw@...erw.net,
nicolas.ferre@...rochip.com, alexandre.belloni@...tlin.com,
ludovic.desroches@...rochip.com, linux-iio@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] iio: adc: at91-sama5d2_adc: remove unneeded semicolon
On Tue, 27 Oct 2020 13:08:53 -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>
Applied.
Thanks,
> ---
> drivers/iio/adc/at91-sama5d2_adc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c
> index b917a4714a9c..56cb9a8521be 100644
> --- a/drivers/iio/adc/at91-sama5d2_adc.c
> +++ b/drivers/iio/adc/at91-sama5d2_adc.c
> @@ -1472,7 +1472,7 @@ static int at91_adc_write_raw(struct iio_dev *indio_dev,
> return 0;
> default:
> return -EINVAL;
> - };
> + }
> }
>
> static void at91_adc_dma_init(struct platform_device *pdev)
Powered by blists - more mailing lists