commit | 0225fea06ed2baa3d1bad0282c5feabe70eb1d21 | [log] [tgz] |
---|---|---|
author | Cyril Roelandt <tipecaml@gmail.com> | Fri Dec 21 19:40:27 2012 -0800 |
committer | James Bottomley <JBottomley@Parallels.com> | Tue Jan 29 15:02:22 2013 +1100 |
tree | 5c00709e7d1b45ba0a7a1d195e65adbb613f5bae | |
parent | b4730fb6e54a634a145c9c71c5cf856f00beb5cd [diff] |
[SCSI] bnx2fc: remove useless calls to memset(). 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>