From: Jingoo Han Date: Fri, 29 Aug 2014 03:49:43 +0000 (-0300) Subject: [media] v4l: ti-vpe: Remove casting the return value which is a void pointer X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb96047052fe13557d6f278c835ef8b88ac3b4c;p=pandora-kernel.git [media] v4l: ti-vpe: Remove casting the return value which is a void pointer Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed