From: Jesper Juhl Date: Wed, 27 Jun 2012 20:01:47 +0000 (+0200) Subject: staging: vt6656: int.c: Remove unneeded cast X-Git-Tag: v3.6-rc1~100^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92fa8971f31b25e041a74a1913bca8f7f3d6e48d;p=pandora-kernel.git staging: vt6656: int.c: Remove unneeded cast When assigning a void* to a variable , the value is cast implicitly - there's no need for explicit cast. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed