]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[SCSI] bnx2fc: remove useless calls to memset().
authorCyril Roelandt <tipecaml@gmail.com>
Sat, 22 Dec 2012 03:40:27 +0000 (19:40 -0800)
committerJames Bottomley <JBottomley@Parallels.com>
Tue, 29 Jan 2013 04:02:22 +0000 (15:02 +1100)
commit0225fea06ed2baa3d1bad0282c5feabe70eb1d21
tree5c00709e7d1b45ba0a7a1d195e65adbb613f5bae
parentb4730fb6e54a634a145c9c71c5cf856f00beb5cd
[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>
drivers/scsi/bnx2fc/bnx2fc_hwi.c