From: Krishna Gudipati Date: Sat, 6 Mar 2010 03:36:47 +0000 (-0800) Subject: [SCSI] bfa: AEN and byte alignment fixes. X-Git-Tag: v2.6.34-rc2~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2993cc71d1bff61999ade7f2b6b3ea2dd1e2c8d9;p=pandora-kernel.git [SCSI] bfa: AEN and byte alignment fixes. Replace enum types with int and rearrange the fields to fix some alignment issue. Local var ioc_attr is causing the stack to overflow, so removed the usage of the local ioc_attr var and now invoking an API to return the ioc_type. Fix some AEN issues. Signed-off-by: Krishna Gudipati Signed-off-by: James Bottomley --- Reading git-diff-tree failed