From: Jingoo Han Date: Mon, 9 Sep 2013 05:52:24 +0000 (-0300) Subject: [media] s5p-g2d: Remove casting the return value which is a void pointer X-Git-Tag: v3.13-rc1~47^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3eff61905525315b835598f837bd99a442e4fe;p=pandora-kernel.git [media] s5p-g2d: 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: Kamil Debski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed