staging: vt6656: int.c: Remove unneeded cast
authorJesper Juhl <jj@chaosbits.net>
Wed, 27 Jun 2012 20:01:47 +0000 (22:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 23:10:54 +0000 (16:10 -0700)
commit92fa8971f31b25e041a74a1913bca8f7f3d6e48d
tree0b6f88e0c8996dbcf89e36fe8e01dacc7553bb98
parentea15b7b219b19c9ddb668ab3d5d727f46900605e
staging: vt6656: int.c: Remove unneeded cast

When assigning a void* to a variable <of some other type>, the value
is cast implicitly - there's no need for explicit cast.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/int.c