On Sun, 13 Oct 2019 22:12:40 +0300 Matt Ranostay <matt.ranostay@xxxxxxxxxxxx> wrote: > On Sun, Oct 13, 2019 at 9:12 PM <jic23@xxxxxxxxxx> wrote: > > > > From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > > > Identified by coccinelle > > > > CHECK drivers/iio/temperature/maxim_thermocouple.c > > drivers/iio/temperature/maxim_thermocouple.c:197:3-4: Unneeded semicolon > > > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > Cc: Matt Ranostay <matt.ranostay@xxxxxxxxxxxx> > > Acked-by: Matt Ranostay <matt.ranostay@xxxxxxxxxxxx> Applied. Thanks, Jonathan > > > --- > > drivers/iio/temperature/maxim_thermocouple.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c > > index 2ab68282d0b6..d1360605209c 100644 > > --- a/drivers/iio/temperature/maxim_thermocouple.c > > +++ b/drivers/iio/temperature/maxim_thermocouple.c > > @@ -194,7 +194,7 @@ static int maxim_thermocouple_read_raw(struct iio_dev *indio_dev, > > default: > > *val = 250; /* 1000 * 0.25 */ > > ret = IIO_VAL_INT; > > - }; > > + } > > break; > > } > > > > -- > > 2.23.0 > >