commit | af5ae89350840b9d724fc4fb81d928673bffdd4d | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Wed May 04 17:53:24 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:46 2011 -0700 |
tree | 954d27adccdce854c040442fd44d28571924ee13 | |
parent | 0cfa890e5a8a9e3b01b75c17a7856cf96e026e27 [diff] |
isci: Convert of sci_ssp_response_iu to ssp_response_iu Converting to Linux native format. However the isci driver does a lot of the calculation based on the max size of this data structure and the Linux data structure only has a pointer to the response data. Thus the sizeof(struct ssp_response_iu) will be incorrect and we need to define the max size. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>