]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
megaraid_sas : move endianness conversion into caller of megasas_get_seq_num
authorChristoph Hellwig <hch@lst.de>
Thu, 23 Apr 2015 11:03:24 +0000 (16:33 +0530)
committerJames Bottomley <JBottomley@Odin.com>
Mon, 25 May 2015 15:46:30 +0000 (08:46 -0700)
commit48100b0ed0e5a34873828c0cdae8708804d57ee5
treead069b525cb91dd5d818f103506f3d50a4ea5c8b
parentc6f5bf814f0ad7ff11bd0054d1b0ff15df20d4b5
megaraid_sas : move endianness conversion into caller of megasas_get_seq_num

Converting structure fields in place is always a bad idea, and in this case
by moving it into the only caller we also only have to do a single byte
swap as most fields of this structure are never used.

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_base.c