Re: [PATCH v2 09/26] x86, irq: kill create_irq()

2013-03-08 Thread Konrad Rzeszutek Wilk
On Fri, Feb 08, 2013 at 11:28:06AM -0800, Yinghai Lu wrote: > create_irq() will return -1 when fail to allocate. .. failing to allocate > create_irq_nr() will return 0 when fail to allocate. .. failing.. > > It only causes confusing. confusion. > > Now we have no user for create_irq(), so

Re: [PATCH v2 09/26] x86, irq: kill create_irq()

2013-03-08 Thread Konrad Rzeszutek Wilk
On Fri, Feb 08, 2013 at 11:28:06AM -0800, Yinghai Lu wrote: create_irq() will return -1 when fail to allocate. .. failing to allocate create_irq_nr() will return 0 when fail to allocate. .. failing.. It only causes confusing. confusion. Now we have no user for create_irq(), so remove

[PATCH v2 09/26] x86, irq: kill create_irq()

2013-02-08 Thread Yinghai Lu
create_irq() will return -1 when fail to allocate. create_irq_nr() will return 0 when fail to allocate. It only causes confusing. Now we have no user for create_irq(), so remove create_irq() for x86. Signed-off-by: Yinghai Lu Cc: Joerg Roedel Cc: Konrad Rzeszutek Wilk Cc: Sebastian Andrzej

[PATCH v2 09/26] x86, irq: kill create_irq()

2013-02-08 Thread Yinghai Lu
create_irq() will return -1 when fail to allocate. create_irq_nr() will return 0 when fail to allocate. It only causes confusing. Now we have no user for create_irq(), so remove create_irq() for x86. Signed-off-by: Yinghai Lu ying...@kernel.org Cc: Joerg Roedel j...@8bytes.org Cc: Konrad