Maskbit in msi_attrib indicates MSI whether support mask-pending bit. It is read only, should save mask state in masked. Signed-off-by: Yijing Wang <wangyijing@xxxxxxxxxx> --- arch/s390/pci/pci.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/s390/pci/pci.c b/arch/s390/pci/pci.c index bdf0257..4651d6b 100644 --- a/arch/s390/pci/pci.c +++ b/arch/s390/pci/pci.c @@ -263,7 +263,7 @@ static int zpci_msi_set_mask_bits(struct msi_desc *msi, u32 mask, u32 flag) } else return 0; - msi->msi_attrib.maskbit = !!flag; + msi->masked = !!flag; return 1; } -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html