On 02/06/2017 10:59 AM, Shivasharan S wrote: > Fix if RDPQ mode enabled MR FW is deployed on big endian host machine, > driver does not setup reply address correctly. > > Signed-off-by: Shivasharan S <[email protected]> > Signed-off-by: Kashyap Desai <[email protected]> > --- > drivers/scsi/megaraid/megaraid_sas_fusion.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c > b/drivers/scsi/megaraid/megaraid_sas_fusion.c > index 3d4d4b8..b68babc 100644 > --- a/drivers/scsi/megaraid/megaraid_sas_fusion.c > +++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c > @@ -580,7 +580,7 @@ megasas_alloc_rdpq_fusion(struct megasas_instance > *instance) > } > > fusion->rdpq_virt[i].RDPQBaseAddress = > - fusion->reply_frames_desc_phys[i]; > + cpu_to_le64(fusion->reply_frames_desc_phys[i]); > > reply_desc = fusion->reply_frames_desc[i]; > for (j = 0; j < fusion->reply_q_depth; j++, reply_desc++) > Reviewed-by: Hannes Reinecke <[email protected]>
Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage [email protected] +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: F. Imendörffer, J. Smithard, D. Upmanyu, G. Norton HRB 21284 (AG Nürnberg)

