Re: [v3, 33/36] genirq: Use helper function to access irq_data-msi_desc

2015-06-01 Thread Michael Ellerman
On Mon, 2015-01-06 at 08:05:42 UTC, Jiang Liu wrote: Use irq_data access helper to access irq_data-msi_desc, so we could move msi_desc from struct irq_data into struct irq_common_data later. Signed-off-by: Jiang Liu jiang@linux.intel.com --- arch/powerpc/sysdev/xics/ics-opal.c |2

Re: [v3, 33/36] genirq: Use helper function to access irq_data-msi_desc

2015-06-01 Thread Jiang Liu
On 2015/6/2 11:45, Michael Ellerman wrote: On Mon, 2015-01-06 at 08:05:42 UTC, Jiang Liu wrote: Use irq_data access helper to access irq_data-msi_desc, so we could move msi_desc from struct irq_data into struct irq_common_data later. Signed-off-by: Jiang Liu jiang@linux.intel.com ---