From: Matthias Schwarzott Date: Mon, 23 Feb 2009 15:26:38 +0000 (-0300) Subject: V4L/DVB (10662): remove redundant memset after kzalloc X-Git-Tag: v2.6.30-rc1~621^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8420fa7ee22c1d681549ff7ab0466ceda5a911c2;p=pandora-kernel.git V4L/DVB (10662): remove redundant memset after kzalloc Hi there! While having a look at the allocation of struct dvb_frontend in *_attach functions, I found some cases calling memset after kzalloc. This is redundant, and the attached patch removes these calls. I also changed one case calling kmalloc and memset to kzalloc. Regards Matthias Signed-off-by: Matthias Schwarzott Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed