diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/core/uverbs_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/core/uverbs_main.c b/drivers/infiniband/core/uverbs_main.c index c73b22a257fe..b21af1eaf503 100644 --- a/drivers/infiniband/core/uverbs_main.c +++ b/drivers/infiniband/core/uverbs_main.c | |||
@@ -477,6 +477,7 @@ static void ib_uverbs_async_handler(struct ib_uverbs_file *file, | |||
477 | 477 | ||
478 | entry->desc.async.element = element; | 478 | entry->desc.async.element = element; |
479 | entry->desc.async.event_type = event; | 479 | entry->desc.async.event_type = event; |
480 | entry->desc.async.reserved = 0; | ||
480 | entry->counter = counter; | 481 | entry->counter = counter; |
481 | 482 | ||
482 | list_add_tail(&entry->list, &file->async_file->event_list); | 483 | list_add_tail(&entry->list, &file->async_file->event_list); |