From: Cyril Roelandt Date: Sat, 22 Dec 2012 03:40:27 +0000 (-0800) Subject: [SCSI] bnx2fc: remove useless calls to memset(). X-Git-Tag: v3.9-rc1~45^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0225fea06ed2baa3d1bad0282c5feabe70eb1d21;p=pandora-kernel.git [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 Signed-off-by: Bhanu Prakash Gollapudi Signed-off-by: James Bottomley --- Reading git-diff-tree failed