Re: [PATCH RESEND 17/18] megaraid_sas : fix megasas_fire_cmd_fusion calling convention

2015-04-21 Thread Hannes Reinecke
On 04/20/2015 02:35 PM, sumit.sax...@avagotech.com wrote: The fusion HBAs don't really use the instance template like the other variants, as it branches off at a much higher level. So instead of trying to squeeze megasas_fire_cmd_fusion into the wrong calling convention call it locally with

Re: [PATCH RESEND 17/18] megaraid_sas : fix megasas_fire_cmd_fusion calling convention

2015-04-21 Thread Tomas Henzl
On 04/20/2015 02:35 PM, sumit.sax...@avagotech.com wrote: The fusion HBAs don't really use the instance template like the other variants, as it branches off at a much higher level. So instead of trying to squeeze megasas_fire_cmd_fusion into the wrong calling convention call it locally with

[PATCH RESEND 17/18] megaraid_sas : fix megasas_fire_cmd_fusion calling convention

2015-04-20 Thread Sumit.Saxena
The fusion HBAs don't really use the instance template like the other variants, as it branches off at a much higher level. So instead of trying to squeeze megasas_fire_cmd_fusion into the wrong calling convention call it locally with argument data types that match what is passed. Signed-off-by: