commit | 423eef6fbb989f316d268d0d96812165fbaed26c | [log] [tgz] |
---|---|---|
author | Grant Grundler <grundler@parisc-linux.org> | Sat Apr 05 10:14:22 2008 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Apr 11 17:16:28 2008 -0400 |
tree | adf223794164237c9ce3d28aa967e1495bbdbee5 | |
parent | 9f448b5554b485012b8a80c1c889175b3cb84940 [diff] |
[SCSI] initio: fix big endian problems for auto request sense Most of the cpu_to_le32() usage was wrong in one way or another. Compiler warning on BE builds was just the tip of the iceberg. This patch attempts to make this driver work on BE though I don't have the HW to test it. Signed-off-by: Grant Grundler <grundler@parisc-linux.org> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>