]> www.infradead.org Git - users/jedix/linux-maple.git/commit
megaraid_sas : fix megasas_fire_cmd_fusion calling convention
authorChristoph Hellwig <hch@lst.de>
Thu, 23 Apr 2015 11:04:09 +0000 (16:34 +0530)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 29 Jun 2015 15:32:51 +0000 (08:32 -0700)
commit96f4376bc30920dae430cb15394362295bcfef80
tree8499866979a93af2bddec06321a35471c43c4a76
parentf95a8fdec00fc6d0ea2037e10a711ce3033bb80d
megaraid_sas : fix megasas_fire_cmd_fusion calling convention

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.

[jejb: fix up 32 bit compile failure]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/megaraid/megaraid_sas_fusion.c