From: Jingoo Han Date: Mon, 16 Sep 2013 15:32:54 +0000 (-0700) Subject: Input: cypress_ps2 - remove casting the return value which is a void pointer X-Git-Tag: v3.13-rc1~65^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221a27c240343b39052c05baa64deace845801ff;p=pandora-kernel.git Input: cypress_ps2 - 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: Dmitry Torokhov --- Reading git-diff-tree failed