Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Thomas Gleixner
On Mon, 24 Feb 2014, Bjorn Helgaas wrote: > On Mon, Feb 24, 2014 at 3:06 PM, Thomas Gleixner wrote: > > On Mon, 24 Feb 2014, Bjorn Helgaas wrote: > >> On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han wrote: > >> > On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: > >> >> > >> >> There is

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Bjorn Helgaas
On Mon, Feb 24, 2014 at 3:06 PM, Thomas Gleixner wrote: > On Mon, 24 Feb 2014, Bjorn Helgaas wrote: >> On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han wrote: >> > On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: >> >> >> >> There is no reason to care about irq_desc in that context,

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Thomas Gleixner
On Mon, 24 Feb 2014, Bjorn Helgaas wrote: > On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han wrote: > > On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: > >> > >> There is no reason to care about irq_desc in that context, escpecially > >> as irq_data for that interrupt is retrieved as

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Bjorn Helgaas
On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han wrote: > On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: >> >> There is no reason to care about irq_desc in that context, escpecially >> as irq_data for that interrupt is retrieved as well. >> >> Use the proper accessor for the msi

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Bjorn Helgaas
On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han jg1@samsung.com wrote: On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: There is no reason to care about irq_desc in that context, escpecially as irq_data for that interrupt is retrieved as well. Use the proper accessor for the msi

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Thomas Gleixner
On Mon, 24 Feb 2014, Bjorn Helgaas wrote: On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han jg1@samsung.com wrote: On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: There is no reason to care about irq_desc in that context, escpecially as irq_data for that interrupt is retrieved

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Bjorn Helgaas
On Mon, Feb 24, 2014 at 3:06 PM, Thomas Gleixner t...@linutronix.de wrote: On Mon, 24 Feb 2014, Bjorn Helgaas wrote: On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han jg1@samsung.com wrote: On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: There is no reason to care about irq_desc

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-24 Thread Thomas Gleixner
On Mon, 24 Feb 2014, Bjorn Helgaas wrote: On Mon, Feb 24, 2014 at 3:06 PM, Thomas Gleixner t...@linutronix.de wrote: On Mon, 24 Feb 2014, Bjorn Helgaas wrote: On Sun, Feb 23, 2014 at 4:33 PM, Jingoo Han jg1@samsung.com wrote: On Monday, February 24, 2014 6:40 AM, Thomas Gleixner

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-23 Thread Jingoo Han
On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: > > There is no reason to care about irq_desc in that context, escpecially > as irq_data for that interrupt is retrieved as well. > > Use the proper accessor for the msi descriptor > > Signed-off-by: Thomas Gleixner > Cc: Bjorn

[patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-23 Thread Thomas Gleixner
There is no reason to care about irq_desc in that context, escpecially as irq_data for that interrupt is retrieved as well. Use the proper accessor for the msi descriptor Signed-off-by: Thomas Gleixner Cc: Bjorn Helgaas Cc: Jingoo Han Cc: Mohit Kumar Cc: pci ---

[patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-23 Thread Thomas Gleixner
There is no reason to care about irq_desc in that context, escpecially as irq_data for that interrupt is retrieved as well. Use the proper accessor for the msi descriptor Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Bjorn Helgaas bhelg...@google.com Cc: Jingoo Han jg1@samsung.com

Re: [patch 07/26] pci: pcie-designware: Remove irq_desc abuse

2014-02-23 Thread Jingoo Han
On Monday, February 24, 2014 6:40 AM, Thomas Gleixner wrote: There is no reason to care about irq_desc in that context, escpecially as irq_data for that interrupt is retrieved as well. Use the proper accessor for the msi descriptor Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: