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:
b4730fb
)
[SCSI] bnx2fc: remove useless calls to memset().
author
Cyril Roelandt
<tipecaml@gmail.com>
Sat, 22 Dec 2012 03:40:27 +0000
(19:40 -0800)
committer
James Bottomley
<JBottomley@Parallels.com>
Tue, 29 Jan 2013 04:02:22 +0000
(15:02 +1100)
These calls are followed by calls to memcpy() on the same memory area, so they
can be safely removed.
Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found