"arch/parisc/include/asm/processor.h" did not exist on "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2"
[SCSI] pm8001: drop redundant memset
The region set by the call to memset is immediately overwritten by the subsequent call to memcpy. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/ ) // <smpl> @@ expression e1,e2,e3,e4; @@ - memset(e1,e2,e3); memcpy(e1,e4,e3); // </smpl> Signed-off-by:Julia Lawall <julia@diku.dk> Acked-by:
Jack Wang <jack_wang@usish.com> Signed-off-by:
James Bottomley <James.Bottomley@suse.de>
Loading
Please register or sign in to comment