commit | 2993cc71d1bff61999ade7f2b6b3ea2dd1e2c8d9 | [log] [tgz] |
---|---|---|
author | Krishna Gudipati <kgudipat@brocade.com> | Fri Mar 05 19:36:47 2010 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun Mar 07 13:01:23 2010 +0530 |
tree | d4efc1c68195a0cbf4d30abcc891a78b76439755 | |
parent | 9693e7dff5c2911b4e445f5f656ef57b3a5bffac [diff] |
[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 <kgudipat@brocade.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>