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

2015-04-21 Thread Sumit Saxena
llels.com; kashyap.de...@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

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 traditiona

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 > Signed-off-by: Sumit Saxena > > --- Reviewed-by: Hannes Reinecke Cheers, Hannes