From: Jonathan Cameron Date: Sun, 13 Oct 2019 18:10:13 +0000 (+0100) Subject: iio: temp: maxim thermocouple: Drop unneeded semi colon. X-Git-Tag: v5.5-rc1~135^2~130^2~16 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=49d3faba7e36115d269691bf701dd394ade4f8b8;p=users%2Fjedix%2Flinux-maple.git iio: temp: maxim thermocouple: Drop unneeded semi colon. 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 Acked-by: Matt Ranostay --- diff --git a/drivers/iio/temperature/maxim_thermocouple.c b/drivers/iio/temperature/maxim_thermocouple.c index 2ab68282d0b6c..d1360605209c1 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; }