Re: [PATCH RESEND 1/18] megaraid_sas : Add separate function for setting up IRQs

2015-04-21 Thread Hannes Reinecke
On 04/20/2015 02:32 PM, sumit.sax...@avagotech.com wrote: This patch will create separate function for setting up IRQs and enable interrupts after adapter's initialization. Signed-off-by: Kashyap Desai kashyap.de...@avagotech.com Signed-off-by: Sumit Saxena sumit.sax...@avagotech.com ---

Re: [PATCH RESEND 1/18] megaraid_sas : Add separate function for setting up IRQs

2015-04-21 Thread Christoph Hellwig
On Mon, Apr 20, 2015 at 06:02:30PM +0530, sumit.sax...@avagotech.com wrote: This patch will create separate function for setting up IRQs and enable interrupts after adapter's initialization. The structure of megasas_setup_irqs clearly suggest it should be two functions: one for the traditional

RE: [PATCH RESEND 1/18] megaraid_sas : Add separate function for setting up IRQs

2015-04-21 Thread Sumit Saxena
...@avagotech.com Subject: Re: [PATCH RESEND 1/18] megaraid_sas : Add separate function for setting up IRQs On Mon, Apr 20, 2015 at 06:02:30PM +0530, sumit.sax...@avagotech.com wrote: This patch will create separate function for setting up IRQs and enable interrupts after adapter's initialization. The structure