OSDN Git Service

iio: temp: maxim thermocouple: Drop unneeded semi colon.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Oct 2019 18:10:13 +0000 (19:10 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 18 Oct 2019 19:04:26 +0000 (20:04 +0100)
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@huawei.com>
Acked-by: Matt Ranostay <matt.ranostay@konsulko.com>
drivers/iio/temperature/maxim_thermocouple.c

index 2ab6828..d136060 100644 (file)
@@ -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;
        }