git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9693e7d
)
[SCSI] bfa: AEN and byte alignment fixes.
author
Krishna Gudipati
<kgudipat@brocade.com>
Sat, 6 Mar 2010 03:36:47 +0000
(19:36 -0800)
committer
James Bottomley
<James.Bottomley@suse.de>
Sun, 7 Mar 2010 07:31:23 +0000
(13:01 +0530)
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>
No differences found