diff options
Diffstat (limited to 'drivers/misc/cxl/native.c')
-rw-r--r-- | drivers/misc/cxl/native.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/cxl/native.c b/drivers/misc/cxl/native.c index b8a6ad55a5c3..7d526294112d 100644 --- a/drivers/misc/cxl/native.c +++ b/drivers/misc/cxl/native.c | |||
@@ -726,6 +726,7 @@ static int native_get_irq_info(struct cxl_afu *afu, struct cxl_irq_info *info) | |||
726 | info->tid = pidtid & 0xffffffff; | 726 | info->tid = pidtid & 0xffffffff; |
727 | info->afu_err = cxl_p2n_read(afu, CXL_AFU_ERR_An); | 727 | info->afu_err = cxl_p2n_read(afu, CXL_AFU_ERR_An); |
728 | info->errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); | 728 | info->errstat = cxl_p2n_read(afu, CXL_PSL_ErrStat_An); |
729 | info->proc_handle = 0; | ||
729 | 730 | ||
730 | return 0; | 731 | return 0; |
731 | } | 732 | } |