Commit 49d3faba authored by Jonathan Cameron's avatar Jonathan Cameron

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: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: default avatarMatt Ranostay <matt.ranostay@konsulko.com>
parent 0e643753
...@@ -194,7 +194,7 @@ static int maxim_thermocouple_read_raw(struct iio_dev *indio_dev, ...@@ -194,7 +194,7 @@ static int maxim_thermocouple_read_raw(struct iio_dev *indio_dev,
default: default:
*val = 250; /* 1000 * 0.25 */ *val = 250; /* 1000 * 0.25 */
ret = IIO_VAL_INT; ret = IIO_VAL_INT;
}; }
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment