diff options
| -rw-r--r-- | drivers/staging/iio/industrialio-trigger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/iio/industrialio-trigger.c b/drivers/staging/iio/industrialio-trigger.c index 615902333fb0..d504aa251ced 100644 --- a/drivers/staging/iio/industrialio-trigger.c +++ b/drivers/staging/iio/industrialio-trigger.c | |||
| @@ -294,6 +294,7 @@ struct iio_poll_func | |||
| 294 | pf->h = h; | 294 | pf->h = h; |
| 295 | pf->thread = thread; | 295 | pf->thread = thread; |
| 296 | pf->type = type; | 296 | pf->type = type; |
| 297 | pf->private_data = private; | ||
| 297 | 298 | ||
| 298 | return pf; | 299 | return pf; |
| 299 | } | 300 | } |
