From: Jesper Juhl Date: Fri, 24 Aug 2007 08:28:54 +0000 (-0300) Subject: V4L/DVB (6098): ivtv: kzalloc() returns void pointer, no need to cast X-Git-Tag: v2.6.24-rc1~1463^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6327e952cd3ef5e5a49c84f794dbba72ff3c0e9c;p=pandora-kernel.git V4L/DVB (6098): ivtv: kzalloc() returns void pointer, no need to cast Since kzalloc() returns a void pointer, we don't need to cast the return value in drivers/media/video/ivtv/ivtv-queue.c Signed-off-by: Jesper Juhl Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed