X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fsysdev%2Fxics%2Fics-opal.c;h=11ac964d51752f3ce4c55a9953b02e0ee9936e08;hb=507a883ed5396825b88631b06cd27e050f5aa8fe;hp=68c7e5cc98e09c3175b7e7ade03734887bc5c805;hpb=88cacc57e879d29d626a66852fd982739dc7e6de;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/powerpc/sysdev/xics/ics-opal.c b/arch/powerpc/sysdev/xics/ics-opal.c index 68c7e5cc98e0..11ac964d5175 100644 --- a/arch/powerpc/sysdev/xics/ics-opal.c +++ b/arch/powerpc/sysdev/xics/ics-opal.c @@ -72,7 +72,7 @@ static unsigned int ics_opal_startup(struct irq_data *d) * card, using the MSI mask bits. Firmware doesn't appear to unmask * at that level, so we do it here by hand. */ - if (d->msi_desc) + if (irq_data_get_msi_desc(d)) pci_msi_unmask_irq(d); #endif