]> git.baikalelectronics.ru Git - kernel.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)
commit5f1d40788c42f3dbab76836a955d4b76cb974af9
treead069b525cb91dd5d818f103506f3d50a4ea5c8b
parent43e5aa9ffe09493c5e783bbacc70d09c2c1ca345
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