X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fsysdev%2Fxics%2Fics-rtas.c;h=d1c625c4cc5a4081686f2c83f7d2f0a51dbdd53e;hb=507a883ed5396825b88631b06cd27e050f5aa8fe;hp=0af97deb83f31db04c1d2f33612529a923c76a8a;hpb=95872b49ce14169a1ce0dfaac62e284cbdc6eea8;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/powerpc/sysdev/xics/ics-rtas.c b/arch/powerpc/sysdev/xics/ics-rtas.c index 0af97deb83f3..d1c625c4cc5a 100644 --- a/arch/powerpc/sysdev/xics/ics-rtas.c +++ b/arch/powerpc/sysdev/xics/ics-rtas.c @@ -75,7 +75,7 @@ static unsigned int ics_rtas_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 /* unmask it */