diff options
Diffstat (limited to 'drivers/iio/industrialio-event.c')
-rw-r--r-- | drivers/iio/industrialio-event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/industrialio-event.c b/drivers/iio/industrialio-event.c index 78cf115dc0d4..b33ce55eb695 100644 --- a/drivers/iio/industrialio-event.c +++ b/drivers/iio/industrialio-event.c | |||
@@ -198,6 +198,7 @@ static const char * const iio_ev_type_text[] = { | |||
198 | [IIO_EV_TYPE_THRESH_ADAPTIVE] = "thresh_adaptive", | 198 | [IIO_EV_TYPE_THRESH_ADAPTIVE] = "thresh_adaptive", |
199 | [IIO_EV_TYPE_MAG_ADAPTIVE] = "mag_adaptive", | 199 | [IIO_EV_TYPE_MAG_ADAPTIVE] = "mag_adaptive", |
200 | [IIO_EV_TYPE_INSTANCE] = "instance", | 200 | [IIO_EV_TYPE_INSTANCE] = "instance", |
201 | [IIO_EV_TYPE_CHANGE] = "change", | ||
201 | }; | 202 | }; |
202 | 203 | ||
203 | static const char * const iio_ev_dir_text[] = { | 204 | static const char * const iio_ev_dir_text[] = { |