From: Dave Jiang Date: Thu, 5 May 2011 00:53:24 +0000 (-0700) Subject: isci: Convert of sci_ssp_response_iu to ssp_response_iu X-Git-Tag: v3.0-rc6~1^2~1^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5ae89350840b9d724fc4fb81d928673bffdd4d;p=pandora-kernel.git 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 Signed-off-by: Dan Williams --- Reading git-diff-tree failed